Skip to content

Releases: maestrooo/eb-docker-php7

v2.1.0

01 Mar 20:53

Choose a tag to compare

  • mbstring extension has been added, as it's often used by libraries to perform string checks.

v2.0.0

11 Feb 13:13

Choose a tag to compare

  • Memcached extension has been removed, mostly because it was not stable for PHP7. Also, I've decided to make this project the lightweight image as possible (may only one or two critical extensions may be added in the future, but nothing more). If your project has specific requirements, you may instead use this image as a starting point.

v1.1.1

05 Feb 14:41

Choose a tag to compare

  • Update to PHP 7.0.3

v1.1.0

27 Jan 11:28

Choose a tag to compare

  • Add Memcached to the default extensions.

v1.0.4

14 Jan 17:12

Choose a tag to compare

  • Optimize the build time by using one RUN command.
  • Provide a custom php.ini that set default timezone as UTC and provide more efficient default settings for Opcache.

v1.0.3

08 Jan 11:44

Choose a tag to compare

  • Update to PHP 7.0.2

v1.0.2

06 Jan 23:03

Choose a tag to compare

  • Update to PHP 7.0.1

v1.0.1

15 Dec 10:01

Choose a tag to compare

  • Add APCu

v1.0.0

04 Dec 12:46

Choose a tag to compare

  • Initial release, based on PHP 7.0.0