Skip to content

Instantly share code, notes, and snippets.

@benhaan
Created May 11, 2010 02:11
Show Gist options
  • Save benhaan/396831 to your computer and use it in GitHub Desktop.
Save benhaan/396831 to your computer and use it in GitHub Desktop.
./configure \
--with-libdir=lib64 \
--enable-fpm \
--enable-debug \
--disable-ipv6 \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-gd-native-ttf \
--enable-mbstring \
--enable-soap \
--enable-sockets \
--enable-sqlite-utf8 \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--enable-zip \
--with-config-file-path=/etc/php \
--with-config-file-scan-dir=/etc/php/conf.d \
--with-pcre-regex \
--with-gd \
--with-freetype-dir=/usr \
--with-mhash \
--with-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-mcrypt \
--with-readline \
--with-xmlrpc \
--with-pear \
--with-curl \
--disable-rpath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment