File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 39
39
],
40
40
);
41
41
?>
42
+ <h1>Downloads & 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>
42
68
<?php $ i = 0 ; foreach ($ RELEASES as $ MAJOR => $ major_releases ): /* major releases loop start */
43
69
$ releases = array_slice ($ major_releases , 0 , $ SHOW_COUNT );
44
70
?>
You can’t perform that action at this time.
0 commit comments