Guest User

Untitled

a guest
Jul 16th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. configure \
  2. --with-xpm-dir=/usr \
  3. --with-apxs2=/opt/local/apache2/bin/apxs
  4. --with-mysql=mysqlnd \
  5. --enable-bcmath \
  6. --enable-pcntl \
  7. --enable-libxml \
  8. --enable-dom \
  9. --enable-memory-limit \
  10. --enable-filter \
  11. --enable-simplexml \
  12. --enable-tokenizer \
  13. --enable-debug \
  14. --enable-spl \
  15. --enable-json \
  16. --enable-pdo \
  17. --enable-mbstring \
  18. --without-iconv \
  19. --with-gmp \
  20. --with-readline=/opt/local \
  21. --with-openssl \
  22. --with-curl \
  23. --with-mysqli=mysqlnd \
  24. --with-mcrypt \
  25. --with-memcache=/usr/local \
  26. --with-pdo-pgsql=/usr/local/Cellar/postgresql/9.1.3/bin \
  27. --with-pgsql=/usr/local/Cellar/postgresql/9.1.3/bin \
  28. --with-pdo-mysql=mysqlnd \
  29. --with-pdo-sqlite \
  30. --with-ctype \
  31. --with-bz2=/opt/local \
  32. --with-zlib \
  33. --with-xsl
Add Comment
Please, Sign In to add comment