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.
-
-
-
-
-
-
-
-
-
-