Skip to content

Instantly share code, notes, and snippets.

@beastaugh
Created September 30, 2010 20:36
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 beastaugh/605270 to your computer and use it in GitHub Desktop.
Save beastaugh/605270 to your computer and use it in GitHub Desktop.
PHP 5.3.3 configure flags
./configure \
--enable-fpm \
--enable-soap \
--with-mcrypt \
--enable-mbstring \
--with-openssl \
--with-mysql \
--with-mysql-sock \
--with-pgsql \
--without-sqlite \
--with-gd \
--with-jpeg-dir=/usr/lib \
--enable-gd-native-ttf \
--with-pdo-mysql \
--with-libxml-dir=/usr/lib \
--with-mysqli=/usr/bin/mysql_config \
--with-curl \
--enable-zip \
--enable-sockets \
--with-zlib \
--enable-exif \
--enable-ftp \
--with-iconv \
--with-gettext \
--with-kerberos \
--prefix=/usr/local \
--with-fpm-user=www-data \
--with-fpm-group=www-data \
--with-pcre-regex \
--enable-inline-optimization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment