Skip to content

Instantly share code, notes, and snippets.

@d4rkstar
Last active September 17, 2017 06:20
Show Gist options
  • Save d4rkstar/7893c789285147d79a525dafd2b7df06 to your computer and use it in GitHub Desktop.
Save d4rkstar/7893c789285147d79a525dafd2b7df06 to your computer and use it in GitHub Desktop.
Install ZTS php70 on OSX with brew
brew uninstall --ignore-dependencies --force php70
brew uninstall --ignore-dependencies --force \
php70-apcu \
php70-igbinary \
php70-intl \
php70-mcrypt \
php70-memcached \
php70-opcache \
php70-pcntl \
php70-pdo-dblib \
php70-pdo-pgsql \
php70-pthreads \
php70-redis \
php70-uuid \
php70-yaml \
php70-xdebug
brew install php70 --with-thread-safety --with-homebrew-curl --with-pear
brew install --build-from-source \
php70-apcu \
php70-igbinary \
php70-intl \
php70-mcrypt \
php70-memcached \
php70-opcache \
php70-pcntl \
php70-pdo-dblib \
php70-pdo-pgsql \
php70-pthreads \
php70-redis \
php70-uuid \
php70-yaml \
php70-xdebug
/usr/local/bin/installoci8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment