Re: [PHP-DEV] Re: [4.3.0-pre1] output handler 'ob_gzhandler' cannot be used twice

2002-10-14 Thread Martin Jansen

On Mon Oct 14, 2002 at 02:4353AM +0200, Jan Schneider wrote:
 Zitat von Yasuo Ohgaki [EMAIL PROTECTED]:
 
  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
  
  Script should be modified...
 
 What version has been used here? The start of output compression has already
 been moved to one single file unless we have overseen one file.

The version of Chora was 2.0-cvs, but I don't remember when it has
been installed; so it might be actually a bit outdated.

-- 
- Martin   Martin Jansen
http://martinjansen.com/

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




Re: [PHP-DEV] Re: [4.3.0-pre1] output handler 'ob_gzhandler' cannot be used twice

2002-10-14 Thread Andrey Hristov

 I got the same error with phpMyAdmin 2.2.0rc4

Best regards
Andrey Hristov


- Original Message -
From: Martin Jansen [EMAIL PROTECTED]
To: Jan Schneider [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, October 14, 2002 10:14 AM
Subject: Re: [PHP-DEV] Re: [4.3.0-pre1] output handler 'ob_gzhandler' cannot
be used twice


 On Mon Oct 14, 2002 at 02:4353AM +0200, Jan Schneider wrote:
  Zitat von Yasuo Ohgaki [EMAIL PROTECTED]:
 
   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
  
   Script should be modified...
 
  What version has been used here? The start of output compression has
already
  been moved to one single file unless we have overseen one file.

 The version of Chora was 2.0-cvs, but I don't remember when it has
 been installed; so it might be actually a bit outdated.

 --
 - Martin   Martin Jansen
 http://martinjansen.com/

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



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




Re: [PHP-DEV] Re: [4.3.0-pre1] output handler 'ob_gzhandler' cannot be used twice

2002-10-14 Thread Jan Schneider

Zitat von Martin Jansen [EMAIL PROTECTED]:

 On Mon Oct 14, 2002 at 02:4353AM +0200, Jan Schneider wrote:
  Zitat von Yasuo Ohgaki [EMAIL PROTECTED]:
 
   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
  
   Script should be modified...
 
  What version has been used here? The start of output compression has
 already
  been moved to one single file unless we have overseen one file.
 
 The version of Chora was 2.0-cvs, but I don't remember when it has
 been installed; so it might be actually a bit outdated.

Please tell us, if you still see this happen with a recent cvs version. I
can't check it myself currently (s. segfault thread ;-)).

Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft

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




[PHP-DEV] Re: [4.3.0-pre1] output handler 'ob_gzhandler' cannot be used twice

2002-10-13 Thread Yasuo Ohgaki

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




Re: [PHP-DEV] Re: [4.3.0-pre1] output handler 'ob_gzhandler' cannot be used twice

2002-10-13 Thread Jan Schneider

Zitat von Yasuo Ohgaki [EMAIL PROTECTED]:

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

What version has been used here? The start of output compression has already
been moved to one single file unless we have overseen one file.

Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft

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