From:             sabio71 at hotmail dot com
Operating system: slackware 9.1 stable patched
PHP version:      4.3.4
PHP Bug Type:     Zlib Related
Bug description:  ob_gzhandler seems NOT WORKING

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 bug report at http://bugs.php.net/?id=26613&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26613&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26613&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26613&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26613&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26613&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=26613&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=26613&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26613&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26613&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26613&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26613&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26613&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26613&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26613&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26613&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26613&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26613&r=float

Reply via email to