PEAR on macOS 10.15 Catalina
03 Oct 2019macOS no longer ships with PEAR, but installing it is quite easy. Once that’s done PEAR and PECL work as expected (if you also want to set up and install Apache, PHP and MySQL, check this post).
Installing PEAR
If that fails
autoconf
may be missing. To install it just use Homebrew. Once Homebrew is installed, installing autoconf
is as simple as:
After autoconf
is installed, try running the pear installer above again.
Upgrade PEAR
Xcode Command Line Developer Tools
You will run into problems installing pecl extensions, if you don’t have the Xcode Command Line Extensions installed, so we’ll also install them.
Configuring PHP
Open /etc/php.ini
and add .:/usr/local/lib/php/pear
to include_path
(if /etc/php.ini
does not exist, create it with the following content).
Any comments? Ping me on Twitter. 👉🏻 Get my newsletter for occasional updates. ✌🏻