Date: 03/15/01
- Next message: Zeev Suraski: "Re: [PHP-DEV] Re: Memory corruption in Zend, should we allow this?"
- Previous message: Chris Chabot: "[PHP-DEV] Fw: ob_gzhandler question"
- In reply to: Andi Gutmans: "[PHP-DEV] Re: Memory corruption in Zend, should we allow this?"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Re: Memory corruption in Zend, should we allow this?"
- Reply: Zeev Suraski: "Re: [PHP-DEV] Re: Memory corruption in Zend, should we allow this?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Andi Gutmans wrote:
> I tried the following (command line):
If you read the mail again, you should have typed the following code...
please try again Andi, Sebastian:
<?php
$foobar->rfoo=&$a;
$foobar->r2foo=&$foobar->rfoo;
$foobar->rfoo=4;
function strlens($string) { return $string; }
ob_start('strlens');
echo '<PRE>';
var_dump($foobar);
echo '</PRE>';
ob_end_flush();
?>
I got a post output crash (tested win32/cgi)
andré
-- · André Langhorst t: +49 331 5811560 · · andre <email protected> m: +49 173 9558736 · * PHP Quality Assurance http://qa.php.net *-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Zeev Suraski: "Re: [PHP-DEV] Re: Memory corruption in Zend, should we allow this?"
- Previous message: Chris Chabot: "[PHP-DEV] Fw: ob_gzhandler question"
- In reply to: Andi Gutmans: "[PHP-DEV] Re: Memory corruption in Zend, should we allow this?"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Re: Memory corruption in Zend, should we allow this?"
- Reply: Zeev Suraski: "Re: [PHP-DEV] Re: Memory corruption in Zend, should we allow this?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

