Advertisement
adamweb92

php_7_conf_options

Dec 11th, 2015
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. I use these PHP 7.0.0 configure options:
  2. ./configure \
  3. --prefix=/opt/php/7.0.0 \
  4. --with-config-file-path=/opt/php/7.0.0/etc \
  5. --with-apxs2=/opt/apache/2.4/bin/apxs \
  6. --with-mysqli=mysqlnd \
  7. --with-pdo-mysql=mysqlnd \
  8. --with-curl \
  9. --with-gd \
  10. --with-gmp \
  11. --with-kerberos \
  12. --with-mhash \
  13. --with-openssl \
  14. --with-imap \
  15. --with-imap-ssl \
  16. --with-mcrypt \
  17. --with-pspell \
  18. --with-xsl=/usr \
  19. --with-jpeg-dir=/usr \
  20. --with-png-dir=/usr \
  21. --with-zlib-dir=/usr \
  22. --with-xpm-dir=/usr \
  23. --with-freetype-dir=/usr \
  24. --with-gettext \
  25. --with-zlib \
  26. --with-bz2 \
  27. --enable-intl \
  28. --enable-mbstring \
  29. --enable-zip \
  30. --enable-wddx \
  31. --enable-exif \
  32. --enable-ftp \
  33. --enable-fpm \
  34. --enable-bcmath \
  35. --enable-calendar \
  36. 2>conf.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement