<code>brew install php56 --with-fpm --with-gmp --with-imap --with-tidy --with-debug --with-mysql --with-libmysql --without-snmp </code>
After executing this
<code>==> Installing php56 from homebrew/php ==> Downloading https://php.net/get/php-5.6.22.tar.bz2/from/this/mirror Already downloaded: /Users/miaoyunpeng/Library/Caches/Homebrew/php56-5.6.22 ==> ./configure --prefix=/usr/local/Cellar/php56/5.6.22 --localstatedir=/usr/local/var --sysconfdir=/usr/loca Last 15 lines from /Users/miaoyunpeng/Library/Logs/Homebrew/php56/01.configure: checking size of int... (cached) 4 checking size of short... (cached) 2 checking size of long... (cached) 8 checking for an ANSI C-conforming const... yes checking whether time.h and sys/time.h may both be included... yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for working memcmp... yes checking for stdarg.h... (cached) yes checking for mcrypt support... no checking for MSSQL support via FreeTDS... no checking for MySQL support... yes checking for specified location of the MySQL UNIX socket... /tmp/mysql.sock configure: error: Cannot find MySQL header files under /usr/local. Note that the MySQL client library is not bundled anymore! READ THIS: https://git.io/brew-troubleshooting If reporting this issue please do so at (not Homebrew/brew): https://github.com/Homebrew/homebrew-php/issues These open issues may also help: Update php56-apcu.rb https://github.com/Homebrew/homebrew-php/pull/3242 brew install php56 https://github.com/Homebrew/homebrew-php/issues/2760 Runtime error after installing php56-http https://github.com/Homebrew/homebrew-php/issues/3243 Make error php56 https://github.com/Homebrew/homebrew-php/issues/1842 PHP56 required for composer https://github.com/Homebrew/homebrew-php/issues/2796 failed to install php56-pthreads https://github.com/Homebrew/homebrew-php/issues/2768 Can't install php56-mcrypt https://github.com/Homebrew/homebrew-php/issues/2452 Every update of php56 force me to reinstall php56-intl and php56-mcrypt with --build-from-source https://github.com/Homebrew/homebrew-php/issues/2440 Failed to install/reinstall php56-http https://github.com/Homebrew/homebrew-php/issues/2711 Fails to Install Php56 with Imap Extensiton https://github.com/Homebrew/homebrew-php/issues/2703 I can't find php56_pdo! https://github.com/Homebrew/homebrew-php/issues/2706 "brew upgrade" fails: php56 conflicting with php70 when upgrading phpmyadmin https://github.com/Homebrew/homebrew-php/issues/2945 Adds a new php70-gearman formula that updates php56-gearman https://github.com/Homebrew/homebrew-php/pull/3120 Why does wp-cli formula try to install php56 if php70 is already there? https://github.com/Homebrew/homebrew-php/issues/3179 PHP56 can't launch as root, with nginx 500 Internal Server Error? https://github.com/Homebrew/homebrew-php/issues/2709 </code>
Many packages cannot be downloaded. This has happened many times. Does anyone know the reason for this
<code>brew install php56 --with-fpm --with-gmp --with-imap --with-tidy --with-debug --with-mysql --with-libmysql --without-snmp </code>
After executing this
<code>==> Installing php56 from homebrew/php ==> Downloading https://php.net/get/php-5.6.22.tar.bz2/from/this/mirror Already downloaded: /Users/miaoyunpeng/Library/Caches/Homebrew/php56-5.6.22 ==> ./configure --prefix=/usr/local/Cellar/php56/5.6.22 --localstatedir=/usr/local/var --sysconfdir=/usr/loca Last 15 lines from /Users/miaoyunpeng/Library/Logs/Homebrew/php56/01.configure: checking size of int... (cached) 4 checking size of short... (cached) 2 checking size of long... (cached) 8 checking for an ANSI C-conforming const... yes checking whether time.h and sys/time.h may both be included... yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for working memcmp... yes checking for stdarg.h... (cached) yes checking for mcrypt support... no checking for MSSQL support via FreeTDS... no checking for MySQL support... yes checking for specified location of the MySQL UNIX socket... /tmp/mysql.sock configure: error: Cannot find MySQL header files under /usr/local. Note that the MySQL client library is not bundled anymore! READ THIS: https://git.io/brew-troubleshooting If reporting this issue please do so at (not Homebrew/brew): https://github.com/Homebrew/homebrew-php/issues These open issues may also help: Update php56-apcu.rb https://github.com/Homebrew/homebrew-php/pull/3242 brew install php56 https://github.com/Homebrew/homebrew-php/issues/2760 Runtime error after installing php56-http https://github.com/Homebrew/homebrew-php/issues/3243 Make error php56 https://github.com/Homebrew/homebrew-php/issues/1842 PHP56 required for composer https://github.com/Homebrew/homebrew-php/issues/2796 failed to install php56-pthreads https://github.com/Homebrew/homebrew-php/issues/2768 Can't install php56-mcrypt https://github.com/Homebrew/homebrew-php/issues/2452 Every update of php56 force me to reinstall php56-intl and php56-mcrypt with --build-from-source https://github.com/Homebrew/homebrew-php/issues/2440 Failed to install/reinstall php56-http https://github.com/Homebrew/homebrew-php/issues/2711 Fails to Install Php56 with Imap Extensiton https://github.com/Homebrew/homebrew-php/issues/2703 I can't find php56_pdo! https://github.com/Homebrew/homebrew-php/issues/2706 "brew upgrade" fails: php56 conflicting with php70 when upgrading phpmyadmin https://github.com/Homebrew/homebrew-php/issues/2945 Adds a new php70-gearman formula that updates php56-gearman https://github.com/Homebrew/homebrew-php/pull/3120 Why does wp-cli formula try to install php56 if php70 is already there? https://github.com/Homebrew/homebrew-php/issues/3179 PHP56 can't launch as root, with nginx 500 Internal Server Error? https://github.com/Homebrew/homebrew-php/issues/2709 </code>
Many packages cannot be downloaded. This has happened many times. Does anyone know the reason for this
Mac Pro comes with a php5.5 environment
But if you really want to install it, it is recommended to uninstall it first.
As for homebrew installation, you can download it over the wall, or modify the host file (sudo vi /etc/host); the host file can be searched on Baidu. There is a website called laod that has been maintained and updated
Bringing --with-mysql
but not installing mysql
<code>configure: error: Cannot find MySQL header files under /usr/local. Note that the MySQL client library is not bundled anymore! </code>
The solution is to install mysql first