[mapguide-commits] r8027 - in trunk/Installer: . Support/Web/x64 Support/Web/x86

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Apr 9 18:44:15 PDT 2014


Author: jng
Date: 2014-04-09 18:44:15 -0700 (Wed, 09 Apr 2014)
New Revision: 8027

Added:
   trunk/Installer/Support/Web/x64/httpd-2.4.9-x64-VC11.zip
   trunk/Installer/Support/Web/x64/php-5.5.11-x64-VC11.zip
   trunk/Installer/Support/Web/x86/httpd-2.4.9-x86-VC11.zip
   trunk/Installer/Support/Web/x86/php-5.5.11-x86-VC11.zip
Removed:
   trunk/Installer/Support/Web/x64/httpd-2.4.6-x64-VC11.zip
   trunk/Installer/Support/Web/x64/php-5.5.3-x64-VC11.zip
   trunk/Installer/Support/Web/x86/httpd-2.4.6-x86-VC11.zip
   trunk/Installer/Support/Web/x86/php-5.5.3-x86-VC11.zip
Modified:
   trunk/Installer/build.bat
Log:
#2425: Update Apache to 2.4.9 and PHP to 5.5.11

Deleted: trunk/Installer/Support/Web/x64/httpd-2.4.6-x64-VC11.zip
===================================================================
(Binary files differ)

Added: trunk/Installer/Support/Web/x64/httpd-2.4.9-x64-VC11.zip
===================================================================
(Binary files differ)


Property changes on: trunk/Installer/Support/Web/x64/httpd-2.4.9-x64-VC11.zip
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/Installer/Support/Web/x64/php-5.5.11-x64-VC11.zip
===================================================================
(Binary files differ)


Property changes on: trunk/Installer/Support/Web/x64/php-5.5.11-x64-VC11.zip
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Deleted: trunk/Installer/Support/Web/x64/php-5.5.3-x64-VC11.zip
===================================================================
(Binary files differ)

Deleted: trunk/Installer/Support/Web/x86/httpd-2.4.6-x86-VC11.zip
===================================================================
(Binary files differ)

Added: trunk/Installer/Support/Web/x86/httpd-2.4.9-x86-VC11.zip
===================================================================
(Binary files differ)


Property changes on: trunk/Installer/Support/Web/x86/httpd-2.4.9-x86-VC11.zip
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/Installer/Support/Web/x86/php-5.5.11-x86-VC11.zip
===================================================================
(Binary files differ)


Property changes on: trunk/Installer/Support/Web/x86/php-5.5.11-x86-VC11.zip
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Deleted: trunk/Installer/Support/Web/x86/php-5.5.3-x86-VC11.zip
===================================================================
(Binary files differ)

Modified: trunk/Installer/build.bat
===================================================================
--- trunk/Installer/build.bat	2014-04-10 01:23:58 UTC (rev 8026)
+++ trunk/Installer/build.bat	2014-04-10 01:44:15 UTC (rev 8027)
@@ -80,8 +80,8 @@
 rem ==================================================
 rem Web dependencies
 rem ==================================================
-SET HTTPD_VERSION=2.4.6
-SET PHP_VERSION=5.5.3
+SET HTTPD_VERSION=2.4.9
+SET PHP_VERSION=5.5.11
 SET TOMCAT_VERSION=7.0.42
 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