[mapguide-commits] r10181 - branches/4.0/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Aug 29 02:28:15 PDT 2025


Author: jng
Date: 2025-08-29 02:28:15 -0700 (Fri, 29 Aug 2025)
New Revision: 10181

Modified:
   branches/4.0/MgDev/UPDATING_WEBTIER_COMPONENTS.md
Log:
Add instructions for updating files in Oem/php

Modified: branches/4.0/MgDev/UPDATING_WEBTIER_COMPONENTS.md
===================================================================
--- branches/4.0/MgDev/UPDATING_WEBTIER_COMPONENTS.md	2025-08-29 09:27:35 UTC (rev 10180)
+++ branches/4.0/MgDev/UPDATING_WEBTIER_COMPONENTS.md	2025-08-29 09:28:15 UTC (rev 10181)
@@ -1,3 +1,17 @@
+# In `MgDev/Oem/php`
+
+> Skip if this update does not involve PHP
+
+Download the Non-Thread-Safe Development Package for the version of PHP you want to upgrade to
+
+Delete everything currently in this directory except for CHANGES.txt and PROVENANCE.txt
+
+Extract the devel package archive into this directory. Apply the required changes as described in CHANGES.txt
+
+Update PROVENANCE.txt with the link/sha256 of the devel package you downloaded
+
+Before committing, mark missing files as deleted and add new unversioned files
+
 # In `MgDev/Oem/LinuxApt`
 
 > To avoid `svn add`-ing the wrong files, you should delete all unversioned files in this directory before proceeding



More information about the mapguide-commits mailing list