Date: 03/15/01
- Next message: philip73 <email protected>: "[PHP-DEV] PHP 4.0 Bug #9761 Updated: open failed: No such file or directory"
- Previous message: Stanislav Malyshev: "Re: Fwd: RE: [PHP-DEV] 4.0.5RC1"
- In reply to: André Langhorst: "Re: [PHP-DEV] Chunked output compression"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Chunked output compression"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: philip73 <email protected>: "[PHP-DEV] PHP 4.0 Bug #9761 Updated: open failed: No such file or directory"
- Previous message: Stanislav Malyshev: "Re: Fwd: RE: [PHP-DEV] 4.0.5RC1"
- In reply to: André Langhorst: "Re: [PHP-DEV] Chunked output compression"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Chunked output compression"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

