Re: [PHP-DEV] Chunked output compression From: Zeev Suraski (zeev <email protected>)
Date: 03/15/01

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 ·
andre <email protected> m: +49 173 9558736 ·
>* PHP Quality Assurance http://qa.php.net *

--
Zeev Suraski <zeev <email protected>>
CTO &  co-founder, Zend Technologies Ltd. http://www.zend.com/

-- 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>