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.

57 lines
791 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
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.1 | `7.1`, `latest` |
  9. | 7.0.15 | `7.0` |
  10. | 5.6.30 | `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. - sqlsrv *(PHP 7.0 or above)*
  30. - pdo_sqlsrv *(PHP 7.0 or above)*
  31. - pdo_pgsql
  32. - pdo_mysql
  33. - pdo_oci
  34. - pdo_dblib
  35. - pdo_sqlite
  36. - memcached
  37. - redis
  38. - simplexml
  39. - apcu
  40. - opcache
  41. - ftp
  42. - gearman *(PHP 5.6 only)*
  43. Resources
  44. ---------
  45. - composer
  46. - phpunit
  47. - wget
  48. - vim
  49. - git
  50. - unzip