Skip to content

Instantly share code, notes, and snippets.

@ekinhbayar
Created May 28, 2016 06:41
Show Gist options
  • Save ekinhbayar/2b8c56dd778849b436dfd39b79e43aa1 to your computer and use it in GitHub Desktop.
Save ekinhbayar/2b8c56dd778849b436dfd39b79e43aa1 to your computer and use it in GitHub Desktop.
./configure
--prefix=/usr/local/php7
--with-config-file-path=/etc/php/7.0/
--with-libxml-dir=/usr
--enable-debug
--enable-mbstring
--enable-zip
--enable-bcmath
--enable-pcntl
--enable-ftp
--enable-exif
--enable-calendar
--enable-sysvmsg
--enable-sysvsem
--enable-sysvshm
--enable-wddx
--enable-intl
--enable-soap
--enable-inspector
--enable-mbregex
--with-mhash
--with-pcre-regex
--with-curl
--with-mcrypt
--with-iconv
--with-gmp
--with-pspell
--with-gd
--with-jpeg-dir=/usr
--with-png-dir=/usr
--with-zlib-dir=/usr
--with-xpm-dir=/usr
--with-freetype-dir=/usr
--enable-gd-native-ttf
--enable-gd-jis-conv
--with-openssl
--with-pdo-pgsql=/usr/local/pgsql
--with-gettext=/usr
--with-zlib=/usr
--with-bz2
--with-recode=/usr
--with-apxs2=/usr/bin/apxs
--with-ldap
--with-fpm-user=www-data
--with-fpm-group=www-data
--with-libdir=/lib/x86_64-linux-gnu
--with-kerberos
--with-gettext
--with-xmlrpc
--with-xsl
--enable-opcache
--enable-fpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment