Skip to content

Changelog

Jiří Šimeček edited this page Dec 5, 2017 · 13 revisions

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[1.3.0] - 2017-12-05

Updated

  • Release of PHP 7.2!

[1.2.5] - 2017-09-27

Added

  • Add PDO PostgreSQL extension for PHP 7 images.

[1.2.4] - 2017-09-13

Added

  • New images: PHP7.2 RC fpm and zts. Tagged as shimmi/php:7.2-rc-fpm and shimmi/php:7.2-rc-zts respectively.

[1.2.3] - 2017-09-04

Hotfix

  • Fixed SOAP extension install (missing libxml2).

[1.2.2] - 2017-09-04

Added

  • Added SOAP extension for PHP 7.x images.

[1.2.1] - 2017-08-28

Fixed

Removed

  • PHP 7.0 image removed.

[1.2.0] - 2017-03-29

Added

  • New image: PHP 7.1 ZTS with threads. Tagged as shimmi/php:7.1-zts.

    Please note there is no official PECL release of Pthreads for PHP 7.1 yet. Thus it is installed from github source. There MAY be some bugs. See the related issue.

[1.1.0] - 2017-03-23

Fixed

  • JPEG support for GD.

Added

  • Sockets extension added.

[1.0.1] - 2017-01-18

Added

  • Default PHP timezone set to UTC.

[1.0.0] - 2017-01-06

Changed

  • Reworked Dockerfiles
  • Splited to two images.
    • Shimmi/php - aimed at production use.
    • Shimmi/php-dev - aimed at development use as it contains Xdebug and other addons.