Created
February 16, 2013 22:19
-
-
Save ajbonner/4968980 to your computer and use it in GitHub Desktop.
Configure macports pear for use with PHP54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pear config-set php_bin /opt/local/bin/php | |
sudo pear config-set php_dir /opt/local/lib/php/pear | |
sudo pear config-set ext_dir /opt/local/lib/php54/extensions/no-debug-non-zts-20100525 | |
sudo pear config-set bin_dir /opt/local/bin | |
sudo pear config-set cfg_dir /opt/local/lib/php/pear/cfg | |
sudo pear config-set doc_dir /opt/local/lib/php/pear/docs | |
sudo pear config-set www_dir /opt/local/lib/php/pear/www | |
sudo pear config-set test_dir /opt/local/lib/php/pear/tests | |
sudo pear config-set data_dir /opt/local/lib/php/pear/data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment