Skip to content

Latest commit

 

History

History
55 lines (50 loc) · 3.37 KB

File metadata and controls

55 lines (50 loc) · 3.37 KB

Docker PHP images

Build Status Docker Pulls Docker Automated build

Docker images built on Chialab PHP images with the addition of IMAP extension.

Available tags and Dockerfile links

Installed extensions

The following modules and extensions have been enabled, in addition to those you can already find in the official PHP image:

  • bcmath
  • bz2
  • calendar
  • iconv
  • imap
  • intl
  • gd
  • ldap
  • mbstring
  • mcrypt
  • memcached
  • mysql (only PHP 5.x)
  • mysqli
  • pdo_mysql
  • pdo_pgsql
  • pgsql
  • redis
  • soap
  • Zend OPcache (PHP 5.5+)
  • zip

Composer

Composer is installed globally in all images. Please, refer to their documentation for usage hints.