Date: 12/16/00
- Next message: Zeev Suraski: "[PHP-DEV] Re: [PHP-QA] RC6 ISAPI problems"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] foreach() and list()"
- In reply to: Sebastian Bergmann: "[PHP-DEV] Output Buffer Compression on Win32"
- Next in thread: Sebastian Bergmann: "[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Output Buffer Compression on Win32"
- Reply: Sebastian Bergmann: "[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Output Buffer Compression on Win32"
- Reply: Cynic: "Re: [PHP-DEV] Output Buffer Compression on Win32"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Well, I guess we can safely say it's not supported under Win32 at this time :)
Hopefully we'll fix this for 4.0.5.
Zeev
At 09:11 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 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>
-- 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: Zeev Suraski: "[PHP-DEV] Re: [PHP-QA] RC6 ISAPI problems"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] foreach() and list()"
- In reply to: Sebastian Bergmann: "[PHP-DEV] Output Buffer Compression on Win32"
- Next in thread: Sebastian Bergmann: "[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Output Buffer Compression on Win32"
- Reply: Sebastian Bergmann: "[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Output Buffer Compression on Win32"
- Reply: Cynic: "Re: [PHP-DEV] Output Buffer Compression on Win32"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

