Skip to content

Instantly share code, notes, and snippets.

@khoa-le
Last active June 30, 2016 08:15
Show Gist options
  • Save khoa-le/83cb846a349863068b08 to your computer and use it in GitHub Desktop.
Save khoa-le/83cb846a349863068b08 to your computer and use it in GitHub Desktop.
Install php7 on Mac OS X
./buildconf
'./configure' '--prefix=/usr/local/opt/php70' '--with-config-file-path=/etc' '--with-fpm-user=www-data' '--with-fpm-group=www-data' '--enable-fpm' '--enable-opcache' '--enable-mbstring' '--enable-zip' '--enable-pcntl' '--enable-ftp' '--enable-intl' '--enable-mbstring' '--with-curl' '--with-mcrypt' '--with-iconv' '--with-pdo-mysql=/usr/local/opt/mysql' '--with-gettext=/usr' '--with-zlib=/usr' '--with-mysqli=/usr/local/bin/mysql_config' '--with-gd' '--with-xsl=/usr' '--with-openssl=/usr/local/opt/openssl' '--with-freetype-dir=/usr/local/opt/freetype' '--with-gettext=/usr/local/opt/gettext' '--with-iconv-dir=/usr' '--with-jpeg-dir=/usr/local/opt/jpeg' '--with-kerberos=/usr' '--with-libedit' '--with-mhash' '--with-ndbm=/usr'
make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment