jmertic Tue, 18 Aug 2009 17:30:02 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=287460
Log:
Point the error_log file to the Windows temp directory rather than the User's
temp directory.
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-18 16:11:58 UTC
(rev 287459)
+++ php/win-installer/trunk/PHPInstallerBase52.wxs 2009-08-18 17:30:02 UTC
(rev 287460)
@@ -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=""[%windir]\temp\php-errors.log"" />
</Component>
<Component Id="php5tsDLL"
DiskId="1"
Modified: php/win-installer/trunk/PHPInstallerBase52NTS.wxs
===================================================================
--- php/win-installer/trunk/PHPInstallerBase52NTS.wxs 2009-08-18 16:11:58 UTC
(rev 287459)
+++ php/win-installer/trunk/PHPInstallerBase52NTS.wxs 2009-08-18 17:30:02 UTC
(rev 287460)
@@ -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=""[%windir]\temp\php-errors.log"" />
</Component>
<Component Id="php5DLL"
DiskId="1"
Modified: php/win-installer/trunk/PHPInstallerBase53.wxs
===================================================================
--- php/win-installer/trunk/PHPInstallerBase53.wxs 2009-08-18 16:11:58 UTC
(rev 287459)
+++ php/win-installer/trunk/PHPInstallerBase53.wxs 2009-08-18 17:30:02 UTC
(rev 287460)
@@ -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=""[%windir]\temp\php-errors.log"" />
</Component>
<Component Id="php5tsDLL"
DiskId="1"
Modified: php/win-installer/trunk/PHPInstallerBase53NTS.wxs
===================================================================
--- php/win-installer/trunk/PHPInstallerBase53NTS.wxs 2009-08-18 16:11:58 UTC
(rev 287459)
+++ php/win-installer/trunk/PHPInstallerBase53NTS.wxs 2009-08-18 17:30:02 UTC
(rev 287460)
@@ -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=""[%windir]\temp\php-errors.log"" />
</Component>
<Component Id="php5DLL"
DiskId="1"
Modified: php/win-installer/trunk/PHPInstallerBase60.wxs
===================================================================
--- php/win-installer/trunk/PHPInstallerBase60.wxs 2009-08-18 16:11:58 UTC
(rev 287459)
+++ php/win-installer/trunk/PHPInstallerBase60.wxs 2009-08-18 17:30:02 UTC
(rev 287460)
@@ -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=""[%windir]\temp\php-errors.log"" />
</Component>
<Component Id="php6tsDLL"
DiskId="1"
Modified: php/win-installer/trunk/PHPInstallerBase60NTS.wxs
===================================================================
--- php/win-installer/trunk/PHPInstallerBase60NTS.wxs 2009-08-18 16:11:58 UTC
(rev 287459)
+++ php/win-installer/trunk/PHPInstallerBase60NTS.wxs 2009-08-18 17:30:02 UTC
(rev 287460)
@@ -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=""[%windir]\temp\php-errors.log"" />
</Component>
<Component Id="php6DLL"
DiskId="1"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php