Last active
April 21, 2016 06:51
-
-
Save mgttt/8f2f5a5e473c8aeb80fe0f7237a29520 to your computer and use it in GitHub Desktop.
This file contains 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
#Download PEAR | |
curl -O http://pear.php.net/go-pear.phar | |
sudo php -d detect_unicode=0 go-pear.phar | |
#Verify PEAR | |
#You should be able to type: | |
pear version | |
# install swoole (must sudo otherwise said no auth to write the folder) | |
sudo /usr/local/Cellar/php70/7.0.4/bin/pecl install swoole |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment