Skip to content

Instantly share code, notes, and snippets.

@smottt
Last active December 10, 2015 09:09
Show Gist options
  • Save smottt/4412353 to your computer and use it in GitHub Desktop.
Save smottt/4412353 to your computer and use it in GitHub Desktop.
configoptions="
--with-config-file-path=/etc/php53 \
--with-config-file-scan-dir=/etc/php53/php.d \
--with-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--enable-cli \
--with-pear \
--with-openssl=/usr \
--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