Skip to content

Instantly share code, notes, and snippets.

@ekinhbayar
Created October 23, 2017 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekinhbayar/de59a6873b4d9ceb36eb1f53d2ff8748 to your computer and use it in GitHub Desktop.
Save ekinhbayar/de59a6873b4d9ceb36eb1f53d2ff8748 to your computer and use it in GitHub Desktop.
#! /bin/sh
#
# Created by configure
'./configure' \
'--prefix=/usr/local/php' \
'--with-config-file-scan-dir=/usr/local/php/etc/conf.d' \
'--without-pear' \
'--enable-bcmath' \
'--with-bz2' \
'--with-gettext' \
'--with-gd' \
'--with-jpeg-dir=/usr' \
'--with-png-dir=/usr' \
'--with-mhash' \
'--enable-calendar' \
'--enable-intl' \
'--enable-exif' \
'--enable-zip' \
'--enable-dba' \
'--enable-ftp' \
'--enable-mbstring' \
'--enable-libxml' \
'--enable-libgcc' \
'--enable-mysqlnd' \
'--with-mysql-sock=/var/run/mysqld/mysqld.sock' \
'--with-mysqli=mysqlnd' \
'--with-pdo-mysql=mysqlnd' \
'--with-kerberos' \
'--with-openssl' \
'--enable-pcntl' \
'--enable-shmop' \
'--enable-soap' \
'--enable-sockets' \
'--enable-sysvmsg' \
'--enable-sysvsem' \
'--enable-sysvshm' \
'--enable-wddx' \
'--enable-xmlreader' \
'--enable-json' \
'--enable-phar' \
'--enable-dom' \
'--with-xsl' \
'--with-pspell' \
'--with-zlib' \
'--with-zlib-dir=/usr' \
'--with-readline' \
'--with-curl' \
'--enable-fpm' \
'--with-fpm-user=www-data' \
'--with-fpm-group=www-data' \
'--enable-debug' \
'--enable-maintainer-zts' \
"$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment