Skip to content

Instantly share code, notes, and snippets.

@rbalazs
Created June 26, 2015 09:37
Show Gist options
  • Save rbalazs/a5fea331218c35a08a3f to your computer and use it in GitHub Desktop.
Save rbalazs/a5fea331218c35a08a3f to your computer and use it in GitHub Desktop.
php configure
./configure --prefix=/usr/local \
--sysconfdir=/etc/php5 \
--with-config-file-path=/etc/php5/ \
--with-config-file-scan-dir=/etc/php5/conf.d \
--disable-debug \
--enable-bcmath \
--enable-calendar \
--enable-dba \
--enable-exif \
--enable-fpm \
--enable-gd-native-ttf \
--enable-mbregex \
--enable-mbstring \
--enable-pcntl \
--enable-shmop \
--enable-soap \
--enable-sockets \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--enable-sqlite-utf8 \
--enable-wddx \
--enable-zend-multibyte \
--enable-zip \
--with-bz2 \
--with-curl \
--with-curlwrappers \
--with-gd \
--with-jpeg-dir \
--with-mhash \
--with-mysql \
--with-mysqli \
--with-openssl \
--with-pdo-pgsql \
--with-pdo-mysql \
--with-pgsql \
--with-xmlrpc \
--with-zlib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment