Date: 12/16/00
- Next message: Andi Gutmans: "Re: [PHP-DEV] New Function: is_scalar"
- Previous message: Rui Hirokawa: "[PHP-DEV] can't load the shared extension module in php-4.0.4RC6"
- Next in thread: Zeev Suraski: "[PHP-DEV] Re: [PHP-QA] Output Compression on Win32 (showstopper?)"
- Reply: Zeev Suraski: "[PHP-DEV] Re: [PHP-QA] Output Compression on Win32 (showstopper?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Andi Gutmans: "Re: [PHP-DEV] New Function: is_scalar"
- Previous message: Rui Hirokawa: "[PHP-DEV] can't load the shared extension module in php-4.0.4RC6"
- Next in thread: Zeev Suraski: "[PHP-DEV] Re: [PHP-QA] Output Compression on Win32 (showstopper?)"
- Reply: Zeev Suraski: "[PHP-DEV] Re: [PHP-QA] Output Compression on Win32 (showstopper?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

