Skip to content

Commit 9a1fd55

Browse files
authored
Link to installation documentation and Windows downloads (#1076)
1 parent cc38235 commit 9a1fd55

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

downloads.php

+26
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,32 @@
3939
],
4040
);
4141
?>
42+
<h1>Downloads &amp; Installation Instructions</h1>
43+
44+
<p>
45+
<a href="/manual/install.general.php">Installing PHP</a> is covered
46+
thoroughly in the PHP documentation.
47+
</p>
48+
49+
<h2>Binaries</h2>
50+
51+
<p>
52+
<a href="https://windows.php.net/download/">Binaries are available for
53+
Microsoft Windows</a>. The PHP project does not currently release binary packages
54+
for other platforms such as Linux or macOS, but they are packaged by distributions
55+
and other providers. For more information, see:
56+
57+
<ul>
58+
<li>
59+
<a href="/manual/install.unix.php">Installation instructions for Unix systems</a>
60+
</li>
61+
<li>
62+
<a href="/manual/install.macosx.php">Installation instructions for macOS</a>
63+
</li>
64+
</ul>
65+
</p>
66+
67+
<h2>Source Code</h2>
4268
<?php $i = 0; foreach ($RELEASES as $MAJOR => $major_releases): /* major releases loop start */
4369
$releases = array_slice($major_releases, 0, $SHOW_COUNT);
4470
?>

0 commit comments

Comments
 (0)