Martin Jansen wrote:
> With PHP 4.3.0-pre1 I get the following error message in Chora:
> 
> "Warning: (null)() [ref.outcontrol]: output handler 'ob_gzhandler'
> cannot be used twice in Unknown on line 0"

ob_gzhandler shouldn't be applied more than once.
Script should check if it is enabled in php.ini or not before
using it, otherwise it results in this error.

> 
> Did you change the behaviour of ob_gzhandler, which makes this warning
> legal, or is it a bug?
> 

Script should be modified...

--
Yasuo Ohgaki


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to