Skip to content

Instantly share code, notes, and snippets.

@smottt
Created December 30, 2012 11:30
Show Gist options
  • Save smottt/4412378 to your computer and use it in GitHub Desktop.
Save smottt/4412378 to your computer and use it in GitHub Desktop.
configoptions="
--with-config-file-path=/etc/php54 \
--with-config-file-scan-dir=/etc/php54/php.d \
--with-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--enable-cli \
--with-pear \
--with-openssl \
--with-iconv \
--with-curl \
--enable-intl \
--enable-mbstring \
--enable-exif \
--with-zlib \
--with-gd \
--with-gettext \
--enable-gd-native-ttf \
--with-pspell \
--with-mcrypt \
--enable-bcmath \
--enable-sockets \
--enable-soap \
--enable-calendar \
--enable-fpm
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment