Skip to content

Instantly share code, notes, and snippets.

@ianvanness
Last active December 16, 2015 22:19
Show Gist options
  • Save ianvanness/5505847 to your computer and use it in GitHub Desktop.
Save ianvanness/5505847 to your computer and use it in GitHub Desktop.
PHP 5.4 configure line
./configure --prefix=/usr/local/php5 --with-apxs2=/usr/local/apache2/bin/apxs --with-curl=/usr/local/Cellar/curl/7.30.0 --with-mcrypt=/usr/local/ --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-gd --with-zlib-dir=/usr/local/Cellar/lzlib/1.4 --with-jpeg-dir=/usr/local/Cellar/jpeg/8d --with-png-dir=/usr/local/Cellar/libpng/1.5.14 --enable-soap --enable-exif --with-tidy=/usr/local/ --with-openssl=/usr/local/Cellar/openssl/1.0.1e --enable-mbstring --with-iconv-dir --enable-cli --with-xsl --with-gettext=/usr/local/Cellar/gettext/0.18.2 --enable-fpm --enable-pcntl --enable-zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment