ID: 29350 Comment by: frank at atteveld dot demon dot nl Reported By: marcel at virtua dot ch Status: Open Bug Type: Output Control Operating System: FreeBSD 4.8p24 PHP Version: 4.3.8 New Comment:
I have the same problem. Zlib won't work when it's compilled as a module. Therefor I have to add it to the Makefile myself. I'm running a FreeBSD I386 5.2-release with php 4.3.8 Previous Comments: ------------------------------------------------------------------------ [2004-07-23 14:13:00] marcel at virtua dot ch 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 this bug report at http://bugs.php.net/?id=29350&edit=1