install/macos/packages.xml
ab9c95affa258e0e81157b5528e9b4574c01a06c
...
...
@@ -4,7 +4,7 @@
4
4
<title>Using Packages</title>
5
5
<simpara>
6
6
There are a few pre-packaged and pre-compiled versions of PHP for
7
-
Mac OS X. This can help in setting up a standard
7
+
macOS. This can help in setting up a standard
8
8
configuration, but if you need to have a different set of features
9
9
(such as a secure server, or a different database driver), you may
10
10
need to build PHP and/or your web server yourself. If you are unfamiliar
...
...
@@ -13,7 +13,24 @@
13
13
version of PHP with the features you need.
14
14
</simpara>
15
15
<simpara>
16
-
The following resources offer easy to install packages and
16
+
The quickest way to install php on macOS is with homebrew:
17
+
</simpara>
18
+
<para>
19
+
<orderedlist>
20
+
<listitem>
21
+
<para>
22
+
install homebrew, by following the instructions at <link xlink:href="https://brew.sh/">brew.sh</link>
23
+
</para>
24
+
</listitem>
25
+
<listitem>
26
+
<simpara>
27
+
brew install php
28
+
</simpara>
29
+
</listitem>
30
+
</orderedlist>
31
+
</para>
32
+
<simpara>
33
+
The following alternative resources also offer easy to install packages and
17
34
precompiled binaries for PHP on Mac OS:
18
35
</simpara>
19
36
<para>
...
...
@@ -28,6 +45,7 @@
28
45
<simpara>
29
46
Liip:
30
47
<link xlink:href="&url.mac.liip;">&url.mac.liip;</link>
48
+
(PHP 5.3 - PHP 7.3; deprecated)
31
49
</simpara>
32
50
</listitem>
33
51
<listitem>
...
...
@@ -36,12 +54,6 @@
36
54
<link xlink:href="&url.mac.fink;">&url.mac.fink;</link>
37
55
</simpara>
38
56
</listitem>
39
-
<listitem>
40
-
<simpara>
41
-
Homebrew:
42
-
<link xlink:href="&url.mac.homebrew;">&url.mac.homebrew;</link>
43
-
</simpara>
44
-
</listitem>
45
57
</itemizedlist>
46
58
</para>
47
59
</sect1>
48
60