Skip to content

Instantly share code, notes, and snippets.

@maerlyn
Created August 31, 2012 13:25
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 maerlyn/3552631 to your computer and use it in GitHub Desktop.
Save maerlyn/3552631 to your computer and use it in GitHub Desktop.
php configure
./configure \
--prefix=/usr/local/php \
--enable-bcmath \
--enable-calendar \
--enable-exif \
--enable-ftp \
--enable-mbstring \
--enable-shmop \
--enable-sigchild \
--enable-sockets \
--enable-soap \
--enable-sysvmsg \
--enable-zip \
--with-bz2 \
--with-curl \
--with-gd \
--with-gettext \
--with-mcrypt \
--with-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-xmlrpc \
--with-zlib \
--enable-fpm \
--with-xsl \
--enable-intl \
--with-openssl \
--disable-debug \
--with-config-file-path=/etc/php5/nginx/ \
--with-config-file-scan-dir=/etc/php5/nginx/conf.d \
--with-freetype-dir=../freetype-2.4.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment