From 30f07ebfcf42ffc7e00c21c51f3698a375dac8f2 Mon Sep 17 00:00:00 2001 From: Jim Winstead Date: Wed, 18 Sep 2024 11:18:14 -0700 Subject: [PATCH 1/2] Link to installation documentation and Windows downloads --- downloads.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/downloads.php b/downloads.php index eaf7452d24..b1c96f4274 100644 --- a/downloads.php +++ b/downloads.php @@ -39,6 +39,30 @@ ], ); ?> +

+ Installing PHP is covered + thoroughly in the PHP documentation. +

+ +

Binaries

+ +

+ Binaries are available for + Microsoft Windows. The PHP project does not currently release binary packages + for other platforms such as Linux or macOS, but they are packaged by distributions + and other providers. For more information, see: + +

+

+ +

Source Code

$major_releases): /* major releases loop start */ $releases = array_slice($major_releases, 0, $SHOW_COUNT); ?> From e5222015e422d6070234dbe3473d975c2b26f4e3 Mon Sep 17 00:00:00 2001 From: Jim Winstead Date: Wed, 18 Sep 2024 11:50:24 -0700 Subject: [PATCH 2/2] Add

, fix manual links to remove language --- downloads.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/downloads.php b/downloads.php index b1c96f4274..20c416ef6e 100644 --- a/downloads.php +++ b/downloads.php @@ -39,8 +39,10 @@ ], ); ?> +

Downloads & Installation Instructions

+

- Installing PHP is covered + Installing PHP is covered thoroughly in the PHP documentation.

@@ -54,10 +56,10 @@