Skip to content

Instantly share code, notes, and snippets.

@jinzhubaofu
Forked from oxUnd/install-php.md
Last active November 18, 2015 05:00
Show Gist options
  • Save jinzhubaofu/11ba87dbd289c5e14fee to your computer and use it in GitHub Desktop.
Save jinzhubaofu/11ba87dbd289c5e14fee to your computer and use it in GitHub Desktop.
Mac下安装php-cgi

Mac下使用 brew 安装 php-cgi

sudo xcode-select -s /Applications/Xcode.app

xcode-select --install

brew tap homebrew/homebrew-php

brew install php56 --with-cgi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment