Skip to content

Instantly share code, notes, and snippets.

@krisanalfa
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krisanalfa/96b3e8cef65507083e3a to your computer and use it in GitHub Desktop.
Save krisanalfa/96b3e8cef65507083e3a to your computer and use it in GitHub Desktop.
PHP 7 Configuration
./configure \
--enable-mbstring \
--enable-zip \
--enable-bcmath \
--enable-pcntl \
--enable-ftp \
--enable-exif \
--enable-calendar \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--enable-wddx \
--enable-gd-native-ttf \
--enable-gd-jis-conv \
--enable-shmop \
--enable-soap \
--enable-sockets \
--prefix=$HOME/tmp/usr \
--with-config-file-path=$HOME/tmp/usr/etc \
--with-curl \
--with-mcrypt \
--with-iconv \
--with-gmp \
--with-pspell \
--with-gd \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-zlib-dir=/usr \
--with-xpm-dir=/usr \
--with-freetype-dir=/usr \
--with-t1lib=/usr \
--with-openssl \
--with-mysql=/usr \
--with-pdo-mysql=/usr \
--with-gettext=/usr \
--with-zlib=/usr \
--with-bz2=/usr \
--with-recode=/usr \
--with-mysqli=/usr/bin/mysql_config \
--with-apxs2=/usr/bin/apxs \
--with-imap-ssl \
--with-ldap \
--with-mhash \
--with-pdo-mysql \
--with-pdo-sqlite \
--with-xmlrpc \
--with-xsl \
--with-pear \
--with-readline;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment