>  I got the same error with phpMyAdmin 2.2.0rc4

Guys,

Check ini values.
ini_get('output_handler') and ini_get('zlib.output_compression'),
then ob_start('ob_gzhanlder').

If you have multiple ob_start('ob_gzhanlder') in script, it's bug,
too.

 From PHP 4.2.0, users can use ob_get_status()/ob_get_level() for
better buffer management.

Anyway, please let authors know there is bug in the scripts.

--
Yasuo Ohgaki




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

Reply via email to