jmertic         Thu, 16 Jul 2009 19:56:57 +0000

URL: http://svn.php.net/viewvc?view=revision&revision=284198

Changed paths:
        U   php/win-installer/trunk/WebServerConfig52.wxs
        U   php/win-installer/trunk/WebServerConfig52NTS.wxs
        U   php/win-installer/trunk/WebServerConfig53.wxs
        U   php/win-installer/trunk/WebServerConfig53NTS.wxs
        U   php/win-installer/trunk/WebServerConfig60.wxs
        U   php/win-installer/trunk/WebServerConfig60NTS.wxs

Log:
Adjust max_execution_time back down to 300 seconds, that one shouldn't have
changed.

Modified: php/win-installer/trunk/WebServerConfig52.wxs
===================================================================
--- php/win-installer/trunk/WebServerConfig52.wxs       2009-07-16 18:47:14 UTC 
(rev 284197)
+++ php/win-installer/trunk/WebServerConfig52.wxs       2009-07-16 19:56:57 UTC 
(rev 284198)
@@ -49,7 +49,7 @@
       <Component Id="maxexecutiontime" DiskId="1" 
Guid="5C6D1771-0D27-42C3-946B-3E0E138CF5DA">
         <IniFile Id="maxexecutiontimeINI" Action="addLine"
           Key="max_execution_time" Directory="INSTALLDIR" Name="php.ini"
-          Section="PHP" Value="600"/>
+          Section="PHP" Value="300"/>
       </Component>
       <Component Id="iis3CGI" DiskId="1" 
Guid="20842834-47E2-483C-AE09-B4E90C12E314">
         <Registry Id="iis3RegScriptMap"

Modified: php/win-installer/trunk/WebServerConfig52NTS.wxs
===================================================================
--- php/win-installer/trunk/WebServerConfig52NTS.wxs    2009-07-16 18:47:14 UTC 
(rev 284197)
+++ php/win-installer/trunk/WebServerConfig52NTS.wxs    2009-07-16 19:56:57 UTC 
(rev 284198)
@@ -20,7 +20,7 @@
       <Component Id="maxexecutiontime" DiskId="1" 
Guid="5C6D1771-0D27-42C3-946B-3E0E138CF5DA">
         <IniFile Id="maxexecutiontimeINI" Action="addLine"
           Key="max_execution_time" Directory="INSTALLDIR" Name="php.ini"
-          Section="PHP" Value="600"/>
+          Section="PHP" Value="300"/>
       </Component>
       <Component Id="iis4FastCGIregistry"
         DiskId="1"

Modified: php/win-installer/trunk/WebServerConfig53.wxs
===================================================================
--- php/win-installer/trunk/WebServerConfig53.wxs       2009-07-16 18:47:14 UTC 
(rev 284197)
+++ php/win-installer/trunk/WebServerConfig53.wxs       2009-07-16 19:56:57 UTC 
(rev 284198)
@@ -37,7 +37,7 @@
       <Component Id="maxexecutiontime" DiskId="1" 
Guid="5C6D1771-0D27-42C3-946B-3E0E138CF5DA">
         <IniFile Id="maxexecutiontimeINI" Action="addLine"
           Key="max_execution_time" Directory="INSTALLDIR" Name="php.ini"
-          Section="PHP" Value="600"/>
+          Section="PHP" Value="300"/>
       </Component>
       <Component Id="iis3CGI" DiskId="1" 
Guid="20842834-47E2-483C-AE09-B4E90C12E314">
         <Registry Id="iis3RegScriptMap"

Modified: php/win-installer/trunk/WebServerConfig53NTS.wxs
===================================================================
--- php/win-installer/trunk/WebServerConfig53NTS.wxs    2009-07-16 18:47:14 UTC 
(rev 284197)
+++ php/win-installer/trunk/WebServerConfig53NTS.wxs    2009-07-16 19:56:57 UTC 
(rev 284198)
@@ -20,7 +20,7 @@
       <Component Id="maxexecutiontime" DiskId="1" 
Guid="5C6D1771-0D27-42C3-946B-3E0E138CF5DA">
         <IniFile Id="maxexecutiontimeINI" Action="addLine"
           Key="max_execution_time" Directory="INSTALLDIR" Name="php.ini"
-          Section="PHP" Value="600"/>
+          Section="PHP" Value="300"/>
       </Component>
       <Component Id="iis4FastCGIregistry"
         DiskId="1"

Modified: php/win-installer/trunk/WebServerConfig60.wxs
===================================================================
--- php/win-installer/trunk/WebServerConfig60.wxs       2009-07-16 18:47:14 UTC 
(rev 284197)
+++ php/win-installer/trunk/WebServerConfig60.wxs       2009-07-16 19:56:57 UTC 
(rev 284198)
@@ -37,7 +37,7 @@
       <Component Id="maxexecutiontime" DiskId="1" 
Guid="5C6D1771-0D27-42C3-946B-3E0E138CF5DA">
         <IniFile Id="maxexecutiontimeINI" Action="addLine"
           Key="max_execution_time" Directory="INSTALLDIR" Name="php.ini"
-          Section="PHP" Value="600"/>
+          Section="PHP" Value="300"/>
       </Component>
       <Component Id="iis3CGI" DiskId="1" 
Guid="20842834-47E2-483C-AE09-B4E90C12E314">
         <Registry Id="iis3RegScriptMap"

Modified: php/win-installer/trunk/WebServerConfig60NTS.wxs
===================================================================
--- php/win-installer/trunk/WebServerConfig60NTS.wxs    2009-07-16 18:47:14 UTC 
(rev 284197)
+++ php/win-installer/trunk/WebServerConfig60NTS.wxs    2009-07-16 19:56:57 UTC 
(rev 284198)
@@ -20,7 +20,7 @@
       <Component Id="maxexecutiontime" DiskId="1" 
Guid="5C6D1771-0D27-42C3-946B-3E0E138CF5DA">
         <IniFile Id="maxexecutiontimeINI" Action="addLine"
           Key="max_execution_time" Directory="INSTALLDIR" Name="php.ini"
-          Section="PHP" Value="600"/>
+          Section="PHP" Value="300"/>
       </Component>
       <Component Id="iis4FastCGIregistry"
         DiskId="1"

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to