Update PHP images

This commit is contained in:
cytopia 2020-11-07 10:37:04 +01:00
parent 4b23dd6d6d
commit d5eca8a114
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
3 changed files with 18 additions and 3 deletions

View File

@ -13,8 +13,8 @@ error_reporting(-1);
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
$DEVILBOX_VERSION = 'v1.7.2';
$DEVILBOX_DATE = '2020-09-17';
$DEVILBOX_VERSION = 'v1.7.3';
$DEVILBOX_DATE = '2020-11-07';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
//

View File

@ -7,6 +7,21 @@ major versions.
## Unreleased
## Release v1.7.2 (2020-11-07)
#### Fixed
- [#739](https://github.com/cytopia/devilbox/issues/739) Disabled gd-jis: https://bugs.php.net/bug.php?id=73582
- [#740](https://github.com/cytopia/devilbox/issues/740) Use latest PHP 8.0 image
#### Added
- [#715](https://github.com/cytopia/devilbox/issues/715) PHP module mongodb is added to PHP 8.0
- Added PHP 8.1: https://github.com/devilbox/docker-php-fpm-8.1
#### Changed
- [#736](https://github.com/cytopia/devilbox/issues/736) Composer is updated to v2 (/usr/local/bin/composer)
- Composer is available as v1 and v2 (/usr/local/bin/composer-[12])
## Release v1.7.2 (2020-09-17)
#### Added

View File

@ -95,7 +95,7 @@ services:
# PHP
# ------------------------------------------------------------
php:
image: devilbox/php-fpm:${PHP_SERVER}-work-0.112
image: devilbox/php-fpm:${PHP_SERVER}-work-0.114
hostname: php
##