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.

55 lines
727 B

9 years ago
9 years ago
9 years ago
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. Supported tags
  5. --------
  6. | PHP Version | Tags |
  7. | ----------- | --------------- |
  8. | 7.1.0RC2 | `7.1` |
  9. | 7.0.11 | `7.0`, `latest` |
  10. | 5.6.26 | `5.6` |
  11. Extensions
  12. ----------
  13. - mcrypt
  14. - iconv
  15. - intl
  16. - mbstring
  17. - gd
  18. - curl
  19. - dom
  20. - soap
  21. - simplexml
  22. - xmlreader
  23. - xmlwriter
  24. - sockets
  25. - zip
  26. - pgsql
  27. - mysqli
  28. - oci8
  29. - pdo_pgsql
  30. - pdo_mysql
  31. - pdo_oci
  32. - pdo_dblib
  33. - pdo_sqlite
  34. - memcached
  35. - redis
  36. - simplexml
  37. - apcu
  38. - opcache
  39. - ftp
  40. - gearman *(PHP 5.6 only)*
  41. Resources
  42. ---------
  43. - composer
  44. - phpunit
  45. - wget
  46. - vim
  47. - git
  48. - unzip