Bug 69810

Summary: zlib output compression does not work as loadable module
Product: Ports & Packages Reporter: Ken Menzel <kenfreebsd>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ken Menzel 2004-07-30 18:50:20 UTC
      With zlib.output_compression = On in php.ini using php4.3.8_2 output is garbaged

php4-4.3.8_2                =  up-to-date with port
php4-ctype-4.3.8_2          =  up-to-date with port
php4-extensions-1.0         =  up-to-date with port

Fix: 

work around is do not let zlib.so be loadable. Change makefile to compile PHP --with-zlib and output compression functions again.  This is also listed in php.net bug database. http://bugs.php.net/bug.php?id=29350
How-To-Repeat:       enable zlib.output_compression = On in php.ini with zlib as loadable module (IE us php4-extensions). look at any php script such as <? phpinfo(); ?>
The output to browser that accepts compression is garbage.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-07-31 19:45:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2004-08-23 14:23:06 UTC
State Changed
From-To: open->closed

Duplicated of PR ports/69437