Skip to content

Instantly share code, notes, and snippets.

@gyndav
Last active October 28, 2015 12:23
Show Gist options
  • Save gyndav/6bf9c1248202ce825fa6 to your computer and use it in GitHub Desktop.
Save gyndav/6bf9c1248202ce825fa6 to your computer and use it in GitHub Desktop.
Homebrew
brew remove php56 php56-igbinary php56-mcrypt php56-memcached php56-redis php56-xdebug php56-msgpack;
brew install php56 --disable-opcache --with-homebrew-curl --with-homebrew-libxslt --with-homebrew-openssl --without-apache --without-fpm;
brew install php56-igbinary;
brew install php56-mcrypt;
brew install php56-memcached --with-igbinary;
brew install php56-redis --with-igbinary;
brew install php56-msgpack;
brew install php56-xdebug;
brew install php70 --with-imap --with-homebrew-curl --with-homebrew-libressl --with-homebrew-libxml2 --with-homebrew-libxslt --without-apache --without-fpm --without-ldap;
brew install php70-intl;
brew install php70-mcrypt;
brew install --HEAD php70-memcached;
brew install --HEAD php70-redis;
brew install php70-pdo-dblib;
brew install --HEAD php70-yaml;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment