I managed to reproduce the crash - looks like I broke standard buffering 
with the high performance output compression patch...
I'll look into it.

Zeev

At 04:59 15/3/2001, André Langhorst wrote:
>>$x=str_repeat('t',99996).'<BR>';
>>function strlens($string)    {
>>     //return str_replace("\n",'<br>',$string);
>>     sleep(3);
>>     return $string;
>>      }
>>ob_start('strlens',128);
>>echo str_repeat($x,50);
>>ob_end_flush();
>
>in addition this code crashes ;)
>dealing with these amounts of crashes tends to lead to laziness reporting 
>each and every crash
>
>andré
>
>
>--
>· André Langhorst        t: +49 331 5811560 ·
>· [EMAIL PROTECTED]          m: +49 173 9558736 ·
>* PHP Quality Assurance  http://qa.php.net  *

--
Zeev Suraski <[EMAIL PROTECTED]>
CTO &  co-founder, Zend Technologies Ltd. http://www.zend.com/


--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to