[mapguide-commits] r10200 - in branches/4.0/MgDev: . Oem/LinuxApt Oem/php Oem/php/include/Zend Oem/php/include/main Oem/php/script
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Fri Oct 10 08:36:04 PDT 2025
Author: jng
Date: 2025-10-10 08:36:02 -0700 (Fri, 10 Oct 2025)
New Revision: 10200
Added:
branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.110.tar.gz
branches/4.0/MgDev/Oem/LinuxApt/php-8.3.26.tar.bz2
Removed:
branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.108.tar.gz
branches/4.0/MgDev/Oem/LinuxApt/php-8.3.25.tar.bz2
Modified:
branches/4.0/MgDev/Oem/LinuxApt/CMakeLists.txt
branches/4.0/MgDev/Oem/php/PROVENANCE.TXT
branches/4.0/MgDev/Oem/php/include/Zend/zend.h
branches/4.0/MgDev/Oem/php/include/main/php_version.h
branches/4.0/MgDev/Oem/php/script/phpize.js
branches/4.0/MgDev/cmake_linuxapt.sh
Log:
Web Tier component updates
* php 8.3.25 -> 8.3.26
* tomcat 9.0.108 -> 9.0.110
Modified: branches/4.0/MgDev/Oem/LinuxApt/CMakeLists.txt
===================================================================
--- branches/4.0/MgDev/Oem/LinuxApt/CMakeLists.txt 2025-10-10 14:56:32 UTC (rev 10199)
+++ branches/4.0/MgDev/Oem/LinuxApt/CMakeLists.txt 2025-10-10 15:36:02 UTC (rev 10200)
@@ -20,7 +20,7 @@
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/tomcat)
# TODO: Offload tomcat version to top-level var
- execute_process(COMMAND tar -zxf ${CMAKE_CURRENT_SOURCE_DIR}/apache-tomcat-9.0.108.tar.gz -C ${CMAKE_CURRENT_BINARY_DIR}/tomcat --strip-components=1)
+ execute_process(COMMAND tar -zxf ${CMAKE_CURRENT_SOURCE_DIR}/apache-tomcat-9.0.110.tar.gz -C ${CMAKE_CURRENT_BINARY_DIR}/tomcat --strip-components=1)
configure_file(${CMAKE_MODULE_PATH}/../configs/mapguide.xml.in ${CMAKE_CURRENT_BINARY_DIR}/tomcat/conf/Catalina/localhost/mapguide.xml)
# Don't overwrite startup.sh in the CMAKE_CURRENT_BINARY_DIR as the subseqent install will do the same thing
Deleted: branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.108.tar.gz
===================================================================
(Binary files differ)
Added: branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.110.tar.gz
===================================================================
(Binary files differ)
Index: branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.110.tar.gz
===================================================================
--- branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.110.tar.gz 2025-10-10 14:56:32 UTC (rev 10199)
+++ branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.110.tar.gz 2025-10-10 15:36:02 UTC (rev 10200)
Property changes on: branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.110.tar.gz
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Deleted: branches/4.0/MgDev/Oem/LinuxApt/php-8.3.25.tar.bz2
===================================================================
(Binary files differ)
Added: branches/4.0/MgDev/Oem/LinuxApt/php-8.3.26.tar.bz2
===================================================================
(Binary files differ)
Index: branches/4.0/MgDev/Oem/LinuxApt/php-8.3.26.tar.bz2
===================================================================
--- branches/4.0/MgDev/Oem/LinuxApt/php-8.3.26.tar.bz2 2025-10-10 14:56:32 UTC (rev 10199)
+++ branches/4.0/MgDev/Oem/LinuxApt/php-8.3.26.tar.bz2 2025-10-10 15:36:02 UTC (rev 10200)
Property changes on: branches/4.0/MgDev/Oem/LinuxApt/php-8.3.26.tar.bz2
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: branches/4.0/MgDev/Oem/php/PROVENANCE.TXT
===================================================================
--- branches/4.0/MgDev/Oem/php/PROVENANCE.TXT 2025-10-10 14:56:32 UTC (rev 10199)
+++ branches/4.0/MgDev/Oem/php/PROVENANCE.TXT 2025-10-10 15:36:02 UTC (rev 10200)
@@ -1,6 +1,6 @@
-The contents of this directory originate from the PHP 8.3.20 development package SDK with key headers patched for ACE compatbility.
+The contents of this directory originate from the PHP 8.3.26 development package SDK with key headers patched for ACE compatbility.
-https://windows.php.net/downloads/releases/php-devel-pack-8.3.25-nts-Win32-vs16-x64.zip
-sha256: 3af2f9661d0995d8adf4d9fb906929ca01aeaea3db2efc5e56fa618a7f98af6d
+https://windows.php.net/downloads/releases/php-devel-pack-8.3.26-nts-Win32-vs16-x64.zip
+sha256: 7bb55a67648ebb4253ba41934849dcbb385d056ec51a3e032634aba49a01ce3c
Refer to CHANGES.TXT for details on what was patched
\ No newline at end of file
Modified: branches/4.0/MgDev/Oem/php/include/Zend/zend.h
===================================================================
--- branches/4.0/MgDev/Oem/php/include/Zend/zend.h 2025-10-10 14:56:32 UTC (rev 10199)
+++ branches/4.0/MgDev/Oem/php/include/Zend/zend.h 2025-10-10 15:36:02 UTC (rev 10200)
@@ -20,7 +20,7 @@
#ifndef ZEND_H
#define ZEND_H
-#define ZEND_VERSION "4.3.25"
+#define ZEND_VERSION "4.3.26"
#define ZEND_ENGINE_3
Modified: branches/4.0/MgDev/Oem/php/include/main/php_version.h
===================================================================
--- branches/4.0/MgDev/Oem/php/include/main/php_version.h 2025-10-10 14:56:32 UTC (rev 10199)
+++ branches/4.0/MgDev/Oem/php/include/main/php_version.h 2025-10-10 15:36:02 UTC (rev 10200)
@@ -2,7 +2,7 @@
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 8
#define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 25
+#define PHP_RELEASE_VERSION 26
#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "8.3.25"
-#define PHP_VERSION_ID 80325
+#define PHP_VERSION "8.3.26"
+#define PHP_VERSION_ID 80326
Modified: branches/4.0/MgDev/Oem/php/script/phpize.js
===================================================================
--- branches/4.0/MgDev/Oem/php/script/phpize.js 2025-10-10 14:56:32 UTC (rev 10199)
+++ branches/4.0/MgDev/Oem/php/script/phpize.js 2025-10-10 15:36:02 UTC (rev 10200)
@@ -3,9 +3,9 @@
var VC_VERSION=1929
var PHP_VERSION=8
var PHP_MINOR_VERSION=3
-var PHP_RELEASE_VERSION=25
+var PHP_RELEASE_VERSION=26
var PHP_EXTRA_VERSION=""
-var PHP_VERSION_STRING="8.3.25"
+var PHP_VERSION_STRING="8.3.26"
/* Generated extensions list with mode (static/shared) */
PHP_BCMATH_SHARED=false;
Modified: branches/4.0/MgDev/cmake_linuxapt.sh
===================================================================
--- branches/4.0/MgDev/cmake_linuxapt.sh 2025-10-10 14:56:32 UTC (rev 10199)
+++ branches/4.0/MgDev/cmake_linuxapt.sh 2025-10-10 15:36:02 UTC (rev 10200)
@@ -130,7 +130,7 @@
echo "Created LinuxApt working dir at: $LINUXAPT_WORK_DIR"
fi
-PHP_VER=8.3.25
+PHP_VER=8.3.26
HTTPD_VER=2.4.65
TC_VER=1.2.50
APR_VER=1.7.6
More information about the mapguide-commits
mailing list