Skip to content

Instantly share code, notes, and snippets.

@mgttt
Last active April 21, 2016 06:51
Show Gist options
  • Save mgttt/8f2f5a5e473c8aeb80fe0f7237a29520 to your computer and use it in GitHub Desktop.
Save mgttt/8f2f5a5e473c8aeb80fe0f7237a29520 to your computer and use it in GitHub Desktop.
#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