From:             [EMAIL PROTECTED]
Operating system: linux 2.4.4/glibc 2.2.2
PHP version:      4.1.0RC1
PHP Bug Type:     Output Control
Bug description:  Output handler dependency issue

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 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]

Reply via email to