Bug 69437

Summary: "zlib.output_compression = On" dies with php4-4.3.8_1
Product: Ports & Packages Reporter: Marcel Prisi <marcel>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Marcel Prisi 2004-07-22 15:50:14 UTC
After updating to lang/php4-4.3.8_1 & most lang/php4-extensions, including zlib, zlib.output_compression = On doesn't work anymore.

Fix: 

Recompile lang/php4-4.3.8_1 with zlib included (add --with-zlib in the CONFIGURE_ARGS), and deinstall php4-zlib if installed.
How-To-Repeat: Just install lang/php4-4.3.8_1 & php4-zlib, edit /usr/local/etc/php.ini and modify  the line "zlib.output_compression = Off" to "zlib.output_compression = On", restart apache, and load a .php file.
Comment 1 Oliver Eikemeier freebsd_committer freebsd_triage 2004-07-22 19:13:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer.
Comment 2 Oliver Eikemeier freebsd_committer freebsd_triage 2004-07-22 19:13:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2004-07-22 23:01:25 UTC
State Changed
From-To: open->feedback

It seems a PHP bug, you should report it to bugs.php.net. 
In the meanwhile you may use "output_handler = ob_gzhandler" 
instead of "zlib.output_compression = On".
Comment 4 Alex Dupre freebsd_committer freebsd_triage 2004-07-29 13:49:49 UTC
State Changed
From-To: feedback->closed

PHP bug, not FreeBSD/port specific.