Skip to content

Instantly share code, notes, and snippets.

@ifnull
Created August 28, 2012 06:02
Show Gist options
  • Save ifnull/3495360 to your computer and use it in GitHub Desktop.
Save ifnull/3495360 to your computer and use it in GitHub Desktop.
Install PEAR on Lion
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment