[PHP-DEV] Output Compression on Win32 (showstopper?) From: Sebastian Bergmann (sb <email protected>)
Date: 12/16/00

  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>