ID: 26613
Updated by: [EMAIL PROTECTED]
Reported By: sabio71 at hotmail dot com
-Status: Open
+Status: Feedback
Bug Type: Zlib Related
Operating System: slackware 9.1 stable patched
PHP Version: 4.3.4
New Comment:
What makes you think ob_gzhandler is not working? Are you certain your
browser supports zlib encoding?
Previous Comments:
------------------------------------------------------------------------
[2003-12-13 04:48:03] sabio71 at hotmail dot com
Description:
------------
[configure line]
./configure --with-mysql --with-apache=../apache_1.3.29
[changes to php.ini]
for legacy reasons: register_globals = On
simply put, it seems it doesn't compress ...
i strongly believe is my fault, but i'm not able to figure why
i've tried also with "output_handler = ob_gzhandler" but nothing
Reproduce code:
---------------
[short script descripting]
<?php
ob_start("ob_gzhandler");
..
.
.
ob_end_flush();
?>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=26613&edit=1