From 1fb91b824e79a597da25f25df62eb968484e3672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20L=20F=20S=20Bacci?= Date: Wed, 20 Nov 2024 10:16:14 -0300 Subject: [PATCH] Remove legacy install files. --- configure.php | 2 - install-unix.xml.in | 40 ------------------- install-win.xml.in | 95 --------------------------------------------- 3 files changed, 137 deletions(-) delete mode 100644 install-unix.xml.in delete mode 100644 install-win.xml.in diff --git a/configure.php b/configure.php index 9926156ae..35b34eba4 100755 --- a/configure.php +++ b/configure.php @@ -635,8 +635,6 @@ function getFileModificationHistory(): array { // Notice how doing it this way results in generating less than half as many files. $infiles = array( 'manual.xml.in', - 'install-unix.xml.in', - 'install-win.xml.in', 'scripts/file-entities.php.in', ); diff --git a/install-unix.xml.in b/install-unix.xml.in deleted file mode 100644 index a445d072b..000000000 --- a/install-unix.xml.in +++ /dev/null @@ -1,40 +0,0 @@ - - - - -%language-defs; -%language-snippets; - - - - - - - - -%global.entities; -%global.file-entities; -%build.version; - -]> - - - Installing PHP - - Preface - - These installation instructions were generated from the HTML version of - the PHP Manual so formatting and linking have been altered. See the - online and updated version at: http://php.net/install.unix - - - &install.intro; - &install.unix.index; - &install.macos.index; - &install.pecl; - &install.problems; - &install.ini; - &faq.installation; - diff --git a/install-win.xml.in b/install-win.xml.in deleted file mode 100644 index 5d5d362d1..000000000 --- a/install-win.xml.in +++ /dev/null @@ -1,95 +0,0 @@ - - - - -%language-defs; -%language-snippets; - - - - - - - - -%global.entities; -%global.file-entities; -%build.version; - -]> - - - - - - -Installation on Windows systems - - Installing PHP on modern Microsoft Windows systems and recommended configuration with common web servers. - - - - -If you are looking for information about older systems, such as Windows XP, 2003, 98 or Apache 1.x, see the Legacy Info section. - - - -The Official releases of PHP on Windows are recommended for production use. -However, you are welcome to build PHP from Source. You will need a Visual Studio environment. See Step by Step Build Instructions. - - - - - - - - - -