Skip to content

Instantly share code, notes, and snippets.

@pedropapa
Last active February 27, 2018 00:32
Show Gist options
  • Save pedropapa/5b0a4666f70d0567d7a7d98a5b5b84c0 to your computer and use it in GitHub Desktop.
Save pedropapa/5b0a4666f70d0567d7a7d98a5b5b84c0 to your computer and use it in GitHub Desktop.
Xys PHP installation - Homebrew (macOS)
PHP 7.1:
brew install php71 --with-httpd24 --with-pdo-oci
brew install --build-from-source php71-imagick php71-apcu php71-gearman php71-igbinary php71-mcrypt php71-mongodb php71-opcache php71-pdo-dblib php71-pdo-pgsql php71-redis
PHP 5.6:
brew install php56 --with-httpd24
brew install --build-from-source php56-imagick php56-apcu php56-gearman php56-igbinary php56-mcrypt php56-mongo php56-mongodb php56-opcache php56-pdo-dblib php56-pdo-pgsql php56-redis
PHP 5.3:
brew install php53 --with-httpd24 --with-postgresql
brew install --build-from-source php53-imagick php53-apcu php53-gearman php53-igbinary php53-mcrypt php53-mongo php53-opcache php53-pdo-dblib php53-redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment