[mapguide-commits] r8978 - in sandbox/jng/php56x_installer: . Installers/MapGuide Support/Web/x64 Support/Web/x86

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Jul 11 10:32:41 PDT 2016


Author: jng
Date: 2016-07-11 10:32:41 -0700 (Mon, 11 Jul 2016)
New Revision: 8978

Added:
   sandbox/jng/php56x_installer/Support/Web/x64/php-5.6.23-x64-VC11.zip
   sandbox/jng/php56x_installer/Support/Web/x86/php-5.6.23-x86-VC11.zip
Removed:
   sandbox/jng/php56x_installer/Support/Web/x64/php-5.5.33-x64-VC11.zip
   sandbox/jng/php56x_installer/Support/Web/x86/php-5.5.33-x86-VC11.zip
Modified:
   sandbox/jng/php56x_installer/Installers/MapGuide/MapGuide.wxs
   sandbox/jng/php56x_installer/build.bat
Log:
Installer updates for PHP 5.6

Modified: sandbox/jng/php56x_installer/Installers/MapGuide/MapGuide.wxs
===================================================================
--- sandbox/jng/php56x_installer/Installers/MapGuide/MapGuide.wxs	2016-07-11 17:07:34 UTC (rev 8977)
+++ sandbox/jng/php56x_installer/Installers/MapGuide/MapGuide.wxs	2016-07-11 17:32:41 UTC (rev 8978)
@@ -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.18" />
-        <Property Id="PHP_VERSION" Secure="yes" Value="5.5.33" />
+        <Property Id="PHP_VERSION" Secure="yes" Value="5.6.23" />
         <Property Id="MG_VERSION_MAJOR_MINOR" Secure="yes" Value="3.1" />
         <Property Id="APP_POOL_NAME" Secure="yes" Value="MapGuide31AppPool">
             <RegistrySearch

Deleted: sandbox/jng/php56x_installer/Support/Web/x64/php-5.5.33-x64-VC11.zip
===================================================================
(Binary files differ)

Added: sandbox/jng/php56x_installer/Support/Web/x64/php-5.6.23-x64-VC11.zip
===================================================================
(Binary files differ)


Property changes on: sandbox/jng/php56x_installer/Support/Web/x64/php-5.6.23-x64-VC11.zip
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Deleted: sandbox/jng/php56x_installer/Support/Web/x86/php-5.5.33-x86-VC11.zip
===================================================================
(Binary files differ)

Added: sandbox/jng/php56x_installer/Support/Web/x86/php-5.6.23-x86-VC11.zip
===================================================================
(Binary files differ)


Property changes on: sandbox/jng/php56x_installer/Support/Web/x86/php-5.6.23-x86-VC11.zip
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: sandbox/jng/php56x_installer/build.bat
===================================================================
--- sandbox/jng/php56x_installer/build.bat	2016-07-11 17:07:34 UTC (rev 8977)
+++ sandbox/jng/php56x_installer/build.bat	2016-07-11 17:32:41 UTC (rev 8978)
@@ -81,7 +81,7 @@
 rem Web dependencies
 rem ==================================================
 SET HTTPD_VERSION=2.4.18
-SET PHP_VERSION=5.5.33
+SET PHP_VERSION=5.6.23
 SET TOMCAT_VERSION=7.0.68
 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