-
Notifications
You must be signed in to change notification settings - Fork 1
Changelog
Jiří Šimeček edited this page Dec 5, 2017
·
13 revisions
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
- Release of PHP 7.2!
[1.2.5] - 2017-09-27
- Add PDO PostgreSQL extension for PHP 7 images.
[1.2.4] - 2017-09-13
- New images: PHP7.2 RC fpm and zts. Tagged as
shimmi/php:7.2-rc-fpm
andshimmi/php:7.2-rc-zts
respectively.
[1.2.3] - 2017-09-04
- Fixed SOAP extension install (missing libxml2).
[1.2.2] - 2017-09-04
- Added SOAP extension for PHP 7.x images.
[1.2.1] - 2017-08-28
- Issue #1: Fixed pthread support in PHP 7.1. See the ZTS threads notice for more info.
- PHP 7.0 image removed.
[1.2.0] - 2017-03-29
-
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
- JPEG support for GD.
- Sockets extension added.
[1.0.1] - 2017-01-18
- Default PHP timezone set to
UTC
.
[1.0.0] - 2017-01-06
- Reworked
Dockerfile
s - Splited to two images.
- Shimmi/php - aimed at production use.
- Shimmi/php-dev - aimed at development use as it contains Xdebug and other addons.