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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 24 16:01:18 EDT 2006


Author: richie
Date: Wed May 24 14:01:14 2006
New Revision: 6381

Log:
enabled Output_buffering

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 May 24 14:01:14 2006
@@ -91,7 +91,7 @@
 ; setting this directive to On.  If you wish to limit the size of the buffer
 ; to a certain size - you can use a maximum number of bytes instead of 'On', as
 ; a value for this directive (e.g., output_buffering=4096).
-output_buffering = Off
+output_buffering = On
 
 ; You can redirect all of the output of your scripts to a function.  For
 ; example, if you set output_handler to "mb_output_handler", character
@@ -114,7 +114,7 @@
 ;       performance, enable output_buffering in addition.
 ; 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
+zlib.output_compression = On
 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





More information about the vtigercrm-commits mailing list