From: marcel at virtua dot ch Operating system: FreeBSD 4.8p24 PHP version: 4.3.8 PHP Bug Type: Output Control Bug description: output_compression not working with zlib as loadable module
Description: ------------ After installing lang/php4-4.3.8_1 + php4-zlib and setting "zlib.output_compression = On" in php.ini, all I get is garbage (looking like compressed data). Tried different browsers. I had to compile php with --with-zlib, and not with zlib as a loadable module to get it working correctly. Reproduce code: --------------- any .php file Expected result: ---------------- normal html code Actual result: -------------- unreadable binary data. -- Edit bug report at http://bugs.php.net/?id=29350&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29350&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=29350&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=29350&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=29350&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=29350&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=29350&r=needscript Try newer version: http://bugs.php.net/fix.php?id=29350&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=29350&r=support Expected behavior: http://bugs.php.net/fix.php?id=29350&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=29350&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=29350&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=29350&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29350&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=29350&r=dst IIS Stability: http://bugs.php.net/fix.php?id=29350&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=29350&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=29350&r=float