Skip to content

Instantly share code, notes, and snippets.

@Fake51
Created May 3, 2012 19:37
Show Gist options
  • Save Fake51/2588645 to your computer and use it in GitHub Desktop.
Save Fake51/2588645 to your computer and use it in GitHub Desktop.
Typical php configure settings
./configure --prefix=/usr/ --with-config-file-path=/usr/lib/php --with-apxs2=/usr/bin/apxs2 --enable-fpm --with-openssl --with-zlib --enable-bcmath --with-bz2 --enable-calendar --with-curl --enable-exif --with-gd --with-mhash --enable-intl --enable-mbstring --with-mcrypt --with-mysql --with-mysqli --enable-pcntl --with-readline --enable-soap --enable-sockets --with-xmlrpc --enable-zip --enable-mysqlnd --with-pear --with-pdo-mysql=mysqlnd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment