Docker image with PHP, extensions and PHP-FPM
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
488 B

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
  1. Docker: PHP, extensions and PHP-FPM
  2. ===================================
  3. Official [PHP docker image](https://hub.docker.com/_/php/) with additional extensions.
  4. Extensions
  5. ----------
  6. - mcrypt
  7. - iconv
  8. - intl
  9. - mbstring
  10. - gd
  11. - curl
  12. - dom
  13. - soap
  14. - simplexml
  15. - xmlreader
  16. - xmlwriter
  17. - sockets
  18. - zip
  19. - pgsql
  20. - mysqli
  21. - oci8
  22. - pdo_pgsql
  23. - pdo_mysql
  24. - pdo_oci
  25. - pdo_dblib
  26. - pdo_sqlite
  27. - memcached
  28. - redis
  29. - simplexml
  30. - apcu
  31. - opcache
  32. Resources
  33. ---------
  34. - composer
  35. - wget
  36. - vim
  37. - git
  38. - unzip