Date: 12/16/00
- Next message: Cynic: "Re: [PHP-DEV] foreach() and list()"
- Previous message: Zeev Suraski: "[PHP-DEV] Re: [PHP-QA] RC6 ISAPI problems"
- In reply to: Sebastian Bergmann: "[PHP-DEV] Output Compression on Win32 (showstopper?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Cynic: "Re: [PHP-DEV] foreach() and list()"
- Previous message: Zeev Suraski: "[PHP-DEV] Re: [PHP-QA] RC6 ISAPI problems"
- In reply to: Sebastian Bergmann: "[PHP-DEV] Output Compression on Win32 (showstopper?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

