jmertic                                  Mon, 17 Aug 2009 19:39:02 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=287426

Log:
Correctly quote the error_log attribute value.

Changed paths:
    U   php/win-installer/trunk/PHPInstallerBase52.wxs
    U   php/win-installer/trunk/PHPInstallerBase52NTS.wxs
    U   php/win-installer/trunk/PHPInstallerBase53.wxs
    U   php/win-installer/trunk/PHPInstallerBase53NTS.wxs
    U   php/win-installer/trunk/PHPInstallerBase60.wxs
    U   php/win-installer/trunk/PHPInstallerBase60NTS.wxs

Modified: php/win-installer/trunk/PHPInstallerBase52.wxs
===================================================================
--- php/win-installer/trunk/PHPInstallerBase52.wxs      2009-08-17 18:23:48 UTC 
(rev 287425)
+++ php/win-installer/trunk/PHPInstallerBase52.wxs      2009-08-17 19:39:02 UTC 
(rev 287426)
@@ -302,7 +302,7 @@
              Section="PHP" Value="On" />
            <IniFile Id="errorlogINI" Action="addLine"
              Key="error_log" Directory="INSTALLDIR" Name="php.ini"
-             Section="PHP" Value="[TempFolder]\php-errors.log" />
+             Section="PHP" Value="&quot;[TempFolder]\php-errors.log&quot;" />
          </Component>
           <Component Id="php5tsDLL"
             DiskId="1"

Modified: php/win-installer/trunk/PHPInstallerBase52NTS.wxs
===================================================================
--- php/win-installer/trunk/PHPInstallerBase52NTS.wxs   2009-08-17 18:23:48 UTC 
(rev 287425)
+++ php/win-installer/trunk/PHPInstallerBase52NTS.wxs   2009-08-17 19:39:02 UTC 
(rev 287426)
@@ -280,7 +280,7 @@
              Section="PHP" Value="On" />
            <IniFile Id="errorlogINI" Action="addLine"
              Key="error_log" Directory="INSTALLDIR" Name="php.ini"
-             Section="PHP" Value="[TempFolder]\php-errors.log" />
+             Section="PHP" Value="&quot;[TempFolder]\php-errors.log&quot;" />
          </Component>
           <Component Id="php5DLL"
             DiskId="1"

Modified: php/win-installer/trunk/PHPInstallerBase53.wxs
===================================================================
--- php/win-installer/trunk/PHPInstallerBase53.wxs      2009-08-17 18:23:48 UTC 
(rev 287425)
+++ php/win-installer/trunk/PHPInstallerBase53.wxs      2009-08-17 19:39:02 UTC 
(rev 287426)
@@ -295,7 +295,7 @@
              Section="PHP" Value="On" />
            <IniFile Id="errorlogINI" Action="addLine"
              Key="error_log" Directory="INSTALLDIR" Name="php.ini"
-             Section="PHP" Value="[TempFolder]\php-errors.log" />
+             Section="PHP" Value="&quot;[TempFolder]\php-errors.log&quot;" />
          </Component>
           <Component Id="php5tsDLL"
             DiskId="1"

Modified: php/win-installer/trunk/PHPInstallerBase53NTS.wxs
===================================================================
--- php/win-installer/trunk/PHPInstallerBase53NTS.wxs   2009-08-17 18:23:48 UTC 
(rev 287425)
+++ php/win-installer/trunk/PHPInstallerBase53NTS.wxs   2009-08-17 19:39:02 UTC 
(rev 287426)
@@ -273,7 +273,7 @@
              Section="PHP" Value="On" />
            <IniFile Id="errorlogINI" Action="addLine"
              Key="error_log" Directory="INSTALLDIR" Name="php.ini"
-             Section="PHP" Value="[TempFolder]\php-errors.log" />
+             Section="PHP" Value="&quot;[TempFolder]\php-errors.log&quot;" />
          </Component>
           <Component Id="php5DLL"
             DiskId="1"

Modified: php/win-installer/trunk/PHPInstallerBase60.wxs
===================================================================
--- php/win-installer/trunk/PHPInstallerBase60.wxs      2009-08-17 18:23:48 UTC 
(rev 287425)
+++ php/win-installer/trunk/PHPInstallerBase60.wxs      2009-08-17 19:39:02 UTC 
(rev 287426)
@@ -295,7 +295,7 @@
              Section="PHP" Value="On" />
            <IniFile Id="errorlogINI" Action="addLine"
              Key="error_log" Directory="INSTALLDIR" Name="php.ini"
-             Section="PHP" Value="[TempFolder]\php-errors.log" />
+             Section="PHP" Value="&quot;[TempFolder]\php-errors.log&quot;" />
          </Component>
           <Component Id="php6tsDLL"
             DiskId="1"

Modified: php/win-installer/trunk/PHPInstallerBase60NTS.wxs
===================================================================
--- php/win-installer/trunk/PHPInstallerBase60NTS.wxs   2009-08-17 18:23:48 UTC 
(rev 287425)
+++ php/win-installer/trunk/PHPInstallerBase60NTS.wxs   2009-08-17 19:39:02 UTC 
(rev 287426)
@@ -273,7 +273,7 @@
              Section="PHP" Value="On" />
            <IniFile Id="errorlogINI" Action="addLine"
              Key="error_log" Directory="INSTALLDIR" Name="php.ini"
-             Section="PHP" Value="[TempFolder]\php-errors.log" />
+             Section="PHP" Value="&quot;[TempFolder]\php-errors.log&quot;" />
          </Component>
          <Component Id="php6DLL"
             DiskId="1"

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

Reply via email to