Author: Jim Winstead (jimwins)
Committer: GitHub (web-flow)
Pusher: jimwins
Date: 2024-09-24T13:48:19-07:00
Commit: Link to installation documentation and Windows downloads (#1076) · php/web-php@9a1fd55 · GitHub
Raw diff: https://github.com/php/web-php/commit/9a1fd55771b0abccfd6334efa69626eb6e9fcb03.diff
Link to installation documentation and Windows downloads (#1076)
Changed paths:
M downloads.php
Diff:
diff --git a/downloads.php b/downloads.php
index eaf7452d24..20c416ef6e 100644
--- a/downloads.php
+++ b/downloads.php
@@ -39,6 +39,32 @@
],
);
?>
+<h1>Downloads & Installation Instructions</h1>
+
+<p>
+ <a href="/manual/install.general.php">Installing PHP</a> is covered
+ thoroughly in the PHP documentation.
+</p>
+
+<h2>Binaries</h2>
+
+<p>
+ <a href="https://windows.php.net/download/">Binaries are available for
+ Microsoft Windows</a>. 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:
+
+ <ul>
+ <li>
+ <a href="/manual/install.unix.php">Installation instructions for Unix systems</a>
+ </li>
+ <li>
+ <a href="/manual/install.macosx.php">Installation instructions for macOS</a>
+ </li>
+ </ul>
+</p>
+
+<h2>Source Code</h2>
<?php $i = 0; foreach ($RELEASES as $MAJOR => $major_releases): /* major releases loop start */
$releases = array_slice($major_releases, 0, $SHOW_COUNT);
?>