Skip to content

Instantly share code, notes, and snippets.

@ryanjbonnell
Last active December 16, 2015 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanjbonnell/5348039 to your computer and use it in GitHub Desktop.
Save ryanjbonnell/5348039 to your computer and use it in GitHub Desktop.
Install PEAR on Mac OS X 10.9 "Mavericks"
sudo php /usr/lib/php/install-pear-nozlib.phar
pear config-set php_ini /private/etc/php.ini
pecl config-set php_ini /private/etc/php.ini
sudo pear upgrade-all
sudo pecl install apc
sudo pecl install xdebug
# Install ApiGen
sudo pear install pear.apigen.org/apigen
# Symlink Fix for ApiGen Issue #253
sudo ln -s /usr/lib/php/pear/texy/src/texy.php /usr/lib/php/pear/Texy/texy.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment