Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- I use these PHP 7.0.0 configure options:
- ./configure \
- --prefix=/opt/php/7.0.0 \
- --with-config-file-path=/opt/php/7.0.0/etc \
- --with-apxs2=/opt/apache/2.4/bin/apxs \
- --with-mysqli=mysqlnd \
- --with-pdo-mysql=mysqlnd \
- --with-curl \
- --with-gd \
- --with-gmp \
- --with-kerberos \
- --with-mhash \
- --with-openssl \
- --with-imap \
- --with-imap-ssl \
- --with-mcrypt \
- --with-pspell \
- --with-xsl=/usr \
- --with-jpeg-dir=/usr \
- --with-png-dir=/usr \
- --with-zlib-dir=/usr \
- --with-xpm-dir=/usr \
- --with-freetype-dir=/usr \
- --with-gettext \
- --with-zlib \
- --with-bz2 \
- --enable-intl \
- --enable-mbstring \
- --enable-zip \
- --enable-wddx \
- --enable-exif \
- --enable-ftp \
- --enable-fpm \
- --enable-bcmath \
- --enable-calendar \
- 2>conf.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement