Last active
August 29, 2015 14:17
-
-
Save entr/340ad91ff9263319f6b9 to your computer and use it in GitHub Desktop.
phpfarm php 5.6 compile options on Ubuntu 14.04 x64
This file contains 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
configoptions="\ | |
--disable-short-tags \ | |
--with-layout=GNU \ | |
--enable-bcmath \ | |
--enable-calendar \ | |
--enable-exif \ | |
--enable-ftp \ | |
--enable-mbstring \ | |
--enable-pcntl \ | |
--enable-soap \ | |
--enable-sockets \ | |
--enable-wddx \ | |
--enable-zip \ | |
--enable-cgi \ | |
--enable-opcache \ | |
--with-openssl \ | |
--with-openssl-dir=/usr/bin \ | |
--with-curl \ | |
--with-zlib \ | |
--with-gettext \ | |
--with-mysql \ | |
--with-mysqli \ | |
--with-pdo-mysql \ | |
--with-mysql-sock=/var/run/mysqld/mysqld.sock \ | |
--with-gd \ | |
--enable-gd-native-ttf \ | |
--with-libdir=/usr/lib/x86_64-linux-gnu \ | |
--with-jpeg-dir=/usr/lib/x86_64-linux-gnu \ | |
" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment