Re: [PHP-DEV] Re: Memory corruption in Zend, should we allow this? From: André Langhorst (andre <email protected>)
Date: 03/15/01

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>