[mapguide-commits] r9454 - in branches/3.1/Installer: . Installers/MapGuide Support/Web/x64 Support/Web/x86
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Sat Jan 12 00:37:57 PST 2019
Author: jng
Date: 2019-01-12 00:37:57 -0800 (Sat, 12 Jan 2019)
New Revision: 9454
Added:
branches/3.1/Installer/Support/Web/x64/php-5.6.40-x64-VC11.zip
branches/3.1/Installer/Support/Web/x86/php-5.6.40-x86-VC11.zip
Removed:
branches/3.1/Installer/Support/Web/x64/php-5.6.39-x64-VC11.zip
branches/3.1/Installer/Support/Web/x86/php-5.6.39-x86-VC11.zip
Modified:
branches/3.1/Installer/Installers/MapGuide/MapGuide.wxs
branches/3.1/Installer/build.bat
Log:
Installer: Update PHP to 5.6.40
Modified: branches/3.1/Installer/Installers/MapGuide/MapGuide.wxs
===================================================================
--- branches/3.1/Installer/Installers/MapGuide/MapGuide.wxs 2019-01-12 08:31:05 UTC (rev 9453)
+++ branches/3.1/Installer/Installers/MapGuide/MapGuide.wxs 2019-01-12 08:37:57 UTC (rev 9454)
@@ -47,7 +47,7 @@
<Property Id="MGSERVER_IP" Secure="yes" Value="127.0.0.1" />
<Property Id="APACHE_PORT" Secure="yes" Value="8008" />
<Property Id="APACHE_VERSION" Secure="yes" Value="2.4.37" />
- <Property Id="PHP_VERSION" Secure="yes" Value="5.6.39" />
+ <Property Id="PHP_VERSION" Secure="yes" Value="5.6.40" />
<Property Id="MG_VERSION_MAJOR_MINOR" Secure="yes" Value="3.1" />
<Property Id="APP_POOL_NAME" Secure="yes" Value="MapGuide31AppPool">
<RegistrySearch
Deleted: branches/3.1/Installer/Support/Web/x64/php-5.6.39-x64-VC11.zip
===================================================================
(Binary files differ)
Added: branches/3.1/Installer/Support/Web/x64/php-5.6.40-x64-VC11.zip
===================================================================
(Binary files differ)
Index: branches/3.1/Installer/Support/Web/x64/php-5.6.40-x64-VC11.zip
===================================================================
--- branches/3.1/Installer/Support/Web/x64/php-5.6.40-x64-VC11.zip 2019-01-12 08:31:05 UTC (rev 9453)
+++ branches/3.1/Installer/Support/Web/x64/php-5.6.40-x64-VC11.zip 2019-01-12 08:37:57 UTC (rev 9454)
Property changes on: branches/3.1/Installer/Support/Web/x64/php-5.6.40-x64-VC11.zip
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Deleted: branches/3.1/Installer/Support/Web/x86/php-5.6.39-x86-VC11.zip
===================================================================
(Binary files differ)
Added: branches/3.1/Installer/Support/Web/x86/php-5.6.40-x86-VC11.zip
===================================================================
(Binary files differ)
Index: branches/3.1/Installer/Support/Web/x86/php-5.6.40-x86-VC11.zip
===================================================================
--- branches/3.1/Installer/Support/Web/x86/php-5.6.40-x86-VC11.zip 2019-01-12 08:31:05 UTC (rev 9453)
+++ branches/3.1/Installer/Support/Web/x86/php-5.6.40-x86-VC11.zip 2019-01-12 08:37:57 UTC (rev 9454)
Property changes on: branches/3.1/Installer/Support/Web/x86/php-5.6.40-x86-VC11.zip
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: branches/3.1/Installer/build.bat
===================================================================
--- branches/3.1/Installer/build.bat 2019-01-12 08:31:05 UTC (rev 9453)
+++ branches/3.1/Installer/build.bat 2019-01-12 08:37:57 UTC (rev 9454)
@@ -81,7 +81,7 @@
rem Web dependencies
rem ==================================================
SET HTTPD_VERSION=2.4.37
-SET PHP_VERSION=5.6.39
+SET PHP_VERSION=5.6.40
SET TOMCAT_VERSION=7.0.92
SET HTTPD_PACKAGE=httpd-%HTTPD_VERSION%-%PLATFORM_CLR%-VC11.zip
SET TOMCAT_PACKAGE_NAME=apache-tomcat-%TOMCAT_VERSION%
More information about the mapguide-commits
mailing list