[Vtigercrm-commits] [vtiger-commits] r4389 - /vtigercrm/trunk/pkg/php/php.ini

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 22 04:33:27 EST 2006


Author: richie
Date: Wed Mar 22 02:33:22 2006
New Revision: 4389

Log:
output_handler = ob_gzhandler 
entry added

Modified:
    vtigercrm/trunk/pkg/php/php.ini

Modified: vtigercrm/trunk/pkg/php/php.ini
==============================================================================
--- vtigercrm/trunk/pkg/php/php.ini (original)
+++ vtigercrm/trunk/pkg/php/php.ini Wed Mar 22 02:33:22 2006
@@ -115,7 +115,7 @@
 ; Note: You need to use zlib.output_handler instead of the standard
 ;       output_handler, or otherwise the output will be corrupted.
 zlib.output_compression = Off
-
+output_handler = ob_gzhandler
 ; You cannot specify additional output handlers if zlib.output_compression
 ; is activated here. This setting does the same as output_handler but in
 ; a different order.





More information about the vtigercrm-commits mailing list