ID: 14031 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Output Control Operating System: linux 2.4.4/glibc 2.2.2 PHP Version: 4.1.0RC1 New Comment:
I think so. output handlers can be set with ob_start() anyway :) Closed. Previous Comments: ------------------------------------------------------------------------ [2001-11-12 18:18:05] [EMAIL PROTECTED] Done. Can this bug report be closed now? --Jani ------------------------------------------------------------------------ [2001-11-12 09:40:35] [EMAIL PROTECTED] I got following error with 4.2.0 Starting httpd: Unknown(0) : Fatal error - Cannot use both zlib.output_compression and tput_handler together!! Is it possible print the same error for 4.1.0? BTW, there is a typo in error message :) ------------------------------------------------------------------------ [2001-11-12 09:16:06] [EMAIL PROTECTED] Thanks to Zeev's patch for output.c zlib.output_compression works as expected in 4.1.0RC CVS. There is dependency problem in output buffering. When both zblib.output_compression and output_handler is enabled, it seems output_compression is performed at first. Therefore, if mb_output_handler is specified as output_handler in php.ini. It doesn't work... There should be a way to control dependency for output handlers. At least, ouptut compression need to be performed at the end of other ouput handlers. I haven't tested under 4.2.0, I'll test it later. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=14031&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]