[mapguide-commits] r10179 - in trunk/Installer: . Bootstrapper Support/Web/x64
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Fri Aug 29 02:18:25 PDT 2025
Author: jng
Date: 2025-08-29 02:18:24 -0700 (Fri, 29 Aug 2025)
New Revision: 10179
Added:
trunk/Installer/Support/Web/x64/httpd-2.4.65-250724-Win64-VS17.zip
trunk/Installer/Support/Web/x64/php-8.3.25-nts-Win32-vs16-x64.zip
Removed:
trunk/Installer/Support/Web/x64/httpd-2.4.63-250207-win64-VS17.zip
trunk/Installer/Support/Web/x64/php-8.3.20-nts-Win32-vs16-x64.zip
Modified:
trunk/Installer/Bootstrapper/vc_redist.x64.exe
trunk/Installer/build.bat
Log:
Installer component updates
- httpd 2.4.63 -> 2.4.65
- php 8.3.20 -> 8.3.25
- Updated vc_redist installer with latest package
Modified: trunk/Installer/Bootstrapper/vc_redist.x64.exe
===================================================================
(Binary files differ)
Deleted: trunk/Installer/Support/Web/x64/httpd-2.4.63-250207-win64-VS17.zip
===================================================================
(Binary files differ)
Added: trunk/Installer/Support/Web/x64/httpd-2.4.65-250724-Win64-VS17.zip
===================================================================
(Binary files differ)
Index: trunk/Installer/Support/Web/x64/httpd-2.4.65-250724-Win64-VS17.zip
===================================================================
--- trunk/Installer/Support/Web/x64/httpd-2.4.65-250724-Win64-VS17.zip 2025-08-29 09:14:37 UTC (rev 10178)
+++ trunk/Installer/Support/Web/x64/httpd-2.4.65-250724-Win64-VS17.zip 2025-08-29 09:18:24 UTC (rev 10179)
Property changes on: trunk/Installer/Support/Web/x64/httpd-2.4.65-250724-Win64-VS17.zip
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Deleted: trunk/Installer/Support/Web/x64/php-8.3.20-nts-Win32-vs16-x64.zip
===================================================================
(Binary files differ)
Added: trunk/Installer/Support/Web/x64/php-8.3.25-nts-Win32-vs16-x64.zip
===================================================================
(Binary files differ)
Index: trunk/Installer/Support/Web/x64/php-8.3.25-nts-Win32-vs16-x64.zip
===================================================================
--- trunk/Installer/Support/Web/x64/php-8.3.25-nts-Win32-vs16-x64.zip 2025-08-29 09:14:37 UTC (rev 10178)
+++ trunk/Installer/Support/Web/x64/php-8.3.25-nts-Win32-vs16-x64.zip 2025-08-29 09:18:24 UTC (rev 10179)
Property changes on: trunk/Installer/Support/Web/x64/php-8.3.25-nts-Win32-vs16-x64.zip
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/Installer/build.bat
===================================================================
--- trunk/Installer/build.bat 2025-08-29 09:14:37 UTC (rev 10178)
+++ trunk/Installer/build.bat 2025-08-29 09:18:24 UTC (rev 10179)
@@ -80,11 +80,11 @@
rem ==================================================
rem Web dependencies
rem ==================================================
-SET HTTPD_VERSION=2.4.63
-SET HTTPD_BUILD=250207
+SET HTTPD_VERSION=2.4.65
+SET HTTPD_BUILD=250724
SET HTTPD_VCVER=VS17
-SET PHP_VERSION=8.3.20
-SET TOMCAT_VERSION=9.0.104
+SET PHP_VERSION=8.3.25
+SET TOMCAT_VERSION=9.0.108
SET HTTPD_PACKAGE=httpd-%HTTPD_VERSION%-%HTTPD_BUILD%-%PLATFORM_WIN%-%HTTPD_VCVER%.zip
SET TOMCAT_PACKAGE_NAME=apache-tomcat-%TOMCAT_VERSION%
SET TOMCAT_PACKAGE=%MG_OEM%\LinuxApt\%TOMCAT_PACKAGE_NAME%.tar.gz
More information about the mapguide-commits
mailing list