Last active
December 22, 2015 20:27
-
-
Save bylatt/b22ab4e4229fb9be7f2c to your computer and use it in GitHub Desktop.
php config when compile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./configure --prefix=$HOME/.php/5.6 --with-pear --with-gd --with-imap-ssl --enable-sockets --with-jpeg-dir=$HOME/.php/dependencies/libjpeg --with-png-dir=$HOME/.php/dependencies/libpng --enable-exif --enable-zip --with-bz2 --with-freetype-dir=$HOME/.php/dependencies/freetype --with-zlib --with-openssl-dir=`brew --prefix openssl` --with-mcrypt=$HOME/.php/dependencies/libmcrypt --enable-soap --enable-xmlreader --with-xsl --enable-ftp --enable-cgi --with-curl --with-tidy --with-xmlrpc --enable-sysvsem --enable-sysvshm --enable-shmop --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-pdo-sqlite --with-pdo-pgsql --with-pgsql --enable-pcntl --with-libedit --enable-mbstring --disable-debug --enable-bcmath |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment