Skip to content

Instantly share code, notes, and snippets.

@drefined
Last active August 29, 2015 14:12
Show Gist options
  • Save drefined/6b3ae5cbad5a14c25aa6 to your computer and use it in GitHub Desktop.
Save drefined/6b3ae5cbad5a14c25aa6 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
brew install php55 --with-thread-safety --without-snmp
brew install php55-mcrypt
brew install php55-xdebug
brew info php55
chmod -R ug+w /usr/local/Cellar/php55/5.5.19/lib/php
pear config-set php_ini /usr/local/etc/php/5.5/php.ini
pecl install pthreads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment