Advertisement
P22DX

config.nice.text

Jun 11th, 2020
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. #! /bin/sh
  2. #
  3. # Created by configure
  4.  
  5. './configure' \
  6. '--prefix=/usr' \
  7. '--with-openssl' \
  8. '--enable-phpdbg-readline' \
  9. '--with-zlib' \
  10. '--with-bz2' \
  11. '--with-ffi' \
  12. '--with-readline' \
  13. '--with-curl' \
  14. '--enable-exif' \
  15. '--enable-gd' \
  16. '--with-jpeg' \
  17. '--with-webp' \
  18. '--with-freetype' \
  19. '--enable-intl' \
  20. '--enable-mbstring' \
  21. '--enable-opcache' \
  22. '--enable-opcache-jit' \
  23. '--enable-pcntl' \
  24. '--with-zip' \
  25. '--enable-zts' \
  26. '--enable-sigchild' \
  27. '--enable-maintainer-zts' \
  28. '--enable-sockets' \
  29. '--with-tsrm-pthreads' \
  30. "$@"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement