Skip to content

Instantly share code, notes, and snippets.

@cythrawll
Created July 19, 2016 19:20
Show Gist options
  • Save cythrawll/68a7671c5da2d12e23a2f04d389e744b to your computer and use it in GitHub Desktop.
Save cythrawll/68a7671c5da2d12e23a2f04d389e744b to your computer and use it in GitHub Desktop.
./configure \
--prefix=/usr \
--with-libdir=lib64 \
--with-config-file-path=/etc/php5 \
--enable-libxml \
--enable-filter \
--enable-session \
--enable-xml \
--enable-simplexml \
--enable-inline-optimization \
--disable-rpath \
--enable-fpm \
--enable-bcmath \
--enable-opcache \
--enable-intl \
--with-bz2 \
--enable-calendar \
--enable-ctype \
--with-curl \
--enable-ftp \
--with-gd \
--with-jpeg-dir=/usr/lib \
--with-zlib-dir \
--with-freetype-dir \
--with-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-pdo-sqlite \
--with-pdo-pgsql \
--with-openssl \
--with-gmp \
--enable-tokenizer \
--with-gettext \
--enable-mbstring \
--with-iconv \
--with-readline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment