From 752a9c99923ea6a7aba4c711390953ec9114bb31 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Mon, 26 Nov 2018 22:45:23 +0000 Subject: [PATCH] Advise users to install PHP via Homebrew Remove reference to deprecated formulae and simply remind users to use the correct PECL binary. https://jira.mongodb.org/browse/PHPC-1298 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346076 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongodb/configure.xml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/reference/mongodb/configure.xml b/reference/mongodb/configure.xml index 184fc4a0e0..8512b49a4b 100644 --- a/reference/mongodb/configure.xml +++ b/reference/mongodb/configure.xml @@ -23,9 +23,9 @@ $ sudo pecl install mongodb - If your system has multiple version of PHP installed (e.g. macOS default - and XAMPP), note - that each version of PHP has its own pecl + If your system has multiple version of PHP installed (e.g. macOS default, + Homebrew, XAMPP), note that that each + version of PHP has its own pecl command and &php.ini; file. @@ -58,16 +58,18 @@ extension=mongodb.so
- Installing the MongoDB PHP Driver on macOS with Homebrew (deprecated) + Installing the MongoDB PHP Driver on macOS with Homebrew Homebrew 1.5.0 deprecated the Homebrew/php tap - and removed formulae for PHP extensions. Going forward, macOS users should - install the driver with - PECL. Community forks of the - Homebrew/php tap may still - contain formale for installing the driver on various PHP versions. + and removed formulae for individual PHP extensions. Going forward, macOS + users are advised to install the + php formula + and follow the standard + PECL installation instructions + using the pecl command provided by the + Homebrew PHP installation.