From fa071fdaa2568672fcdbf4b710f39d1264bb1943 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 6 Aug 2026 21:42:44 -0400 Subject: [PATCH 1/4] Fix typos and update stale references in debian.xml Updated obsolete init.d example to systemctl, corrected package name, and replaced EOL PHP 7.4 path references with current 8.x. --- install/unix/debian.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/install/unix/debian.xml b/install/unix/debian.xml index 07834774346f..bba224dd723c 100644 --- a/install/unix/debian.xml +++ b/install/unix/debian.xml @@ -18,7 +18,7 @@ Using APT First, note that other related packages may be desired like - libapache-mod-php to integrate with Apache 2, and + libapache2-mod-php to integrate with Apache httpd 2, and php-pear for PEAR. @@ -37,14 +37,13 @@ APT will automatically install the PHP module for Apache 2 and all of its dependencies, and then activate it. Apache should be restarted in order for - the changes take place. For example: + the changes to take place. For example: - Stopping and starting Apache once PHP is installed + Restarting Apache httpd once PHP is installed @@ -88,10 +87,10 @@ APT will automatically add the appropriate lines to the different &php.ini; related files like - /etc/php/7.4/php.ini, - /etc/php/7.4/conf.d/*.ini, etc. and depending on + /etc/php/8.x/php.ini, + /etc/php/8.x/conf.d/*.ini, etc. and depending on the extension will add entries similar to extension=foo.so. - However, restarting the web server (like Apache) is required before these + However, restarting the web server is required before these changes take effect. @@ -137,3 +136,4 @@ vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> + From 3eefdb4277cff25e802973da5d558b83d4ec3076 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 7 Aug 2026 07:56:41 -0700 Subject: [PATCH 2/4] Update install/unix/debian.xml Co-authored-by: Louis-Arnaud --- install/unix/debian.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/unix/debian.xml b/install/unix/debian.xml index bba224dd723c..5be340d336c1 100644 --- a/install/unix/debian.xml +++ b/install/unix/debian.xml @@ -35,8 +35,8 @@ - APT will automatically install the PHP module for Apache 2 and all of its - dependencies, and then activate it. Apache should be restarted in order for +APT will automatically install the PHP module for Apache httpd 2 and all of its +dependencies, and then activate it. Apache httpd should be restarted in order for the changes to take place. For example: From 50cb1548d9b884a43c992a655e14a6187cf6d08b Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 7 Aug 2026 07:57:15 -0700 Subject: [PATCH 3/4] Update install/unix/debian.xml Co-authored-by: Louis-Arnaud --- install/unix/debian.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install/unix/debian.xml b/install/unix/debian.xml index 5be340d336c1..a25358426a2d 100644 --- a/install/unix/debian.xml +++ b/install/unix/debian.xml @@ -87,8 +87,9 @@ dependencies, and then activate it. Apache httpd should be restarted in order f APT will automatically add the appropriate lines to the different &php.ini; related files like - /etc/php/8.x/php.ini, - /etc/php/8.x/conf.d/*.ini, etc. and depending on + /etc/php/8.x/apache2/php.ini, + /etc/php/8.x/cli/php.ini, + /etc/php/8.x/mods-available/*.ini, etc. and depending on the extension will add entries similar to extension=foo.so. However, restarting the web server is required before these changes take effect. From 05816b422be3327922f43af6f570f513afa914e3 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 7 Aug 2026 07:57:25 -0700 Subject: [PATCH 4/4] Update install/unix/debian.xml Co-authored-by: Louis-Arnaud --- install/unix/debian.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/unix/debian.xml b/install/unix/debian.xml index a25358426a2d..587e46297940 100644 --- a/install/unix/debian.xml +++ b/install/unix/debian.xml @@ -27,7 +27,7 @@ apt update. - Debian Install Example with Apache 2 + Debian Install Example with Apache httpd 2