ID: 26613
User updated by: sabio71 at hotmail dot com
Reported By: sabio71 at hotmail dot com
-Status: Feedback
+Status: Open
Bug Type: Zlib Related
Operating System: slackware 9.1 stable patched
PHP Version: 4.3.4
New Comment:
a more clear explanation
Previous Comments:
------------------------------------------------------------------------
[2003-12-13 13:59:24] [EMAIL PROTECTED]
What makes you think ob_gzhandler is not working? Are you certain your
browser supports zlib encoding?
------------------------------------------------------------------------
[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