ID: 20551 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Output Control Operating System: RedHat 7.2 PHP Version: 4.2.3 New Comment:
Does the crash still occur when you disable Zend Accelerator? Derick Previous Comments: ------------------------------------------------------------------------ [2002-12-03 20:41:29] [EMAIL PROTECTED] I tried with 4.3RC2. Bug still exists, crashing at least 13 times in the couple of minutes the server was able to run with Zend accelerator... I HATE this bug. Grr. I case I can take the time to do a walkthrough since it still exists... ------------------------------------------------------------------------ [2002-11-29 15:24:13] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip ------------------------------------------------------------------------ [2002-11-29 10:34:32] [EMAIL PROTECTED] In 4.3 zlib.output_compression will be PHP_INI_ALL and you can change the value if the headers are not sent. Also images won't be compressed automatically. ------------------------------------------------------------------------ [2002-11-27 14:02:12] [EMAIL PROTECTED] zlib.output_compression is PHP_INI_SYSTEM|PHP_INI_PERDIR so it can't be set in a script according to the manual (ini_set). Is this correct? Does this change in 4.3? ------------------------------------------------------------------------ [2002-11-27 13:55:13] [EMAIL PROTECTED] Using ini_set ( "zlib.output_compression", 1);// or "On" or 4096 ... instead of: ob_start ('ob_gzhandler'); does not actually compress pages... ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/20551 -- Edit this bug report at http://bugs.php.net/?id=20551&edit=1