[PHP-DEV] Re: [PHP-QA] Output Compression on Win32 (showstopper?) From: Zeev Suraski (zeev <email protected>)
Date: 12/16/00

It's not a showstopper, most definitely

At 12:43 16/12/2000, Sebastian Bergmann wrote:
> Last night I tested the following script, given to me by André Langhorst
>(waldschrott <email protected>), with the latest PHP 4.0.5-dev on Win32 and it
>crashed, as it does with PHP 4.0.4-RC6 on his Win32 system:
>
> <?php
> $a=50;
> ob_start("ob_gzhandler");
> echo str_repeat('a',$a);
> ob_end_flush();
> ?>
>
>--
> <? print implode( "", array_reverse( preg_split( "//", "dlrow laer " .
> "eht ot emoclew" ) ) ); /* visit http://www.sebastian-bergmann.de/ */ ?>
>
>--
>PHP Quality Assurance Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: php-qa-unsubscribe <email protected>
>For additional commands, e-mail: php-qa-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>

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