[Vtigercrm-commits] [vtiger-commits] r10776 - in /vtigercrm/branches/5.0.3: install/1checkSystem.php pkg/php/php.ini

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 24 11:21:15 EDT 2007


Author: saraj
Date: Tue Apr 24 09:21:07 2007
New Revision: 10776

Log:
php ini values changed to recomended settings. Fixes #3473

Modified:
    vtigercrm/branches/5.0.3/install/1checkSystem.php
    vtigercrm/branches/5.0.3/pkg/php/php.ini

Modified: vtigercrm/branches/5.0.3/install/1checkSystem.php
==============================================================================
--- vtigercrm/branches/5.0.3/install/1checkSystem.php (original)
+++ vtigercrm/branches/5.0.3/install/1checkSystem.php Tue Apr 24 09:21:07 2007
@@ -335,7 +335,7 @@
 				<tr bgcolor="#ffffff"> <td valign=top ><strong>output_buffering= On</strong></tr>
 				<tr bgcolor="#ffffff"> <td valign=top ><strong>Change the memory limit = 32M</strong></tr>
 				<tr bgcolor="#ffffff"> <td valign=top ><strong>error_reporting = E_ALL & ~E_NOTICE</strong></tr>
-				<tr bgcolor="#ffffff"> <td valign=top ><strong>allow_call_time_reference = On</strong></tr>
+				<tr bgcolor="#ffffff"> <td valign=top ><strong>allow_call_time_pass_reference = On</strong></tr>
 				<tr bgcolor="#ffffff"> <td valign=top ><strong>log_errors = Off</strong></tr>
 				<tr bgcolor="#ffffff"> <td valign=top ><strong>short_open_tag= On</strong></tr>
 				<tr bgcolor="#ffffff">  <td valign=top ><a href="http://www.vtiger.com/products/crm/help/vtiger_CRM_Linux_Dependencies.pdf" target="_blank">Linux installation pre-requisites</a></tr>

Modified: vtigercrm/branches/5.0.3/pkg/php/php.ini
==============================================================================
--- vtigercrm/branches/5.0.3/pkg/php/php.ini (original)
+++ vtigercrm/branches/5.0.3/pkg/php/php.ini Tue Apr 24 09:21:07 2007
@@ -227,9 +227,9 @@
 ; Resource Limits ;
 ;;;;;;;;;;;;;;;;;;;
 
-max_execution_time = 300     ; Maximum execution time of each script, in seconds
+max_execution_time = 600     ; Maximum execution time of each script, in seconds
 max_input_time = 60	; Maximum amount of time each script may spend parsing request data
-memory_limit = 8M      ; Maximum amount of memory a script may consume (8MB)
+memory_limit = 32M      ; Maximum amount of memory a script may consume (32MB)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ; Error handling and logging ;





More information about the vtigercrm-commits mailing list