File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,27 @@ extension=mongodb.so
100
100
using the <link linkend =" install.pecl" >pecl</link > command provided by the
101
101
Homebrew PHP installation.
102
102
</para >
103
+ <para >
104
+ Alternatively, the
105
+ <link xlink : href =" https://github.com/shivammathur/homebrew-extensions" >shivammathur/extensions tap</link >
106
+ provides formulae for individual PHP extensions. For example, to install the
107
+ extension for PHP 8.4, run:
108
+ <programlisting role =" shell" >
109
+ <![CDATA[
110
+ $ brew install shivammathur/extensions/[email protected]
111
+ ]]>
112
+ </programlisting >
113
+ Please note that only the latest extension version is available in brew.
114
+ </para >
115
+ <note >
116
+ <title >Install required dependencies</title >
117
+ <para >
118
+ To ensure that SSL support can be configured correctly, make sure that the
119
+ <literal >openssl</literal > and <literal >pkgconf</literal > formulae are
120
+ installed. If either of these packages are missing, the extension will be
121
+ compiled with Secure Transport, which can lead to compatibility issues.
122
+ </para >
123
+ </note >
103
124
</section >
104
125
105
126
<section xml : id =" mongodb.installation.windows" >
You can’t perform that action at this time.
0 commit comments