Skip to content

Instantly share code, notes, and snippets.

@eminetto
Created October 16, 2012 23:25
Show Gist options
  • Save eminetto/3902714 to your computer and use it in GitHub Desktop.
Save eminetto/3902714 to your computer and use it in GitHub Desktop.
Ativar o pear e o pecl no MacOSX Mountain Lion
sudo cp /private/etc/php.ini.default /private/etc/php.ini
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