Skip to content

Instantly share code, notes, and snippets.

@karminski
Created September 9, 2016 11:33
Show Gist options
  • Save karminski/d9ba4bd57b1d4e09837862f033ea0dc8 to your computer and use it in GitHub Desktop.
Save karminski/d9ba4bd57b1d4e09837862f033ea0dc8 to your computer and use it in GitHub Desktop.
php-7 configure
./configure \
--enable-fpm \
--enable-opcache \
--enable-pdo \
--enable-sockets \
--enable-exif \
--enable-soap \
--enable-ftp \
--enable-wddx \
--enable-pcntl \
--enable-bcmath \
--enable-mbstring \
--enable-dba \
--enable-gd-native-ttf \
--enable-gd-jis-conv \
--enable-zip \
--enable-calendar \
--enable-shmop \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--with-mysqli \
--with-pdo-mysql \
--with-pdo-mysqli \
--with-pdo-sqlite \
--with-iconv \
--with-gmp \
--with-xmlrpc \
--with-openssl \
--with-mhash \
--with-mcrypt \
--with-xsl \
--with-curl \
--with-pcre-regex \
--with-gd \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-zlib-dir=/usr \
--with-xpm-dir=/usr \
--with-freetype-dir=/usr \
--with-gettext=/usr \
--with-zlib=/usr \
--with-bz2=/usr \
--with-recode=/usr \
--with-pear \
--with-readline \
--with-fpm-user=png \
--with-fpm-group=png \
--with-config-file-path=/usr/local/php7/etc \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-gd \
--with-iconv \
--with-zlib \
--enable-inline-optimization \
--enable-session \
--with-jpeg-dir \
--with-freetype-dir \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment