Adjusted Xdebug 3.0 defaults

This commit is contained in:
cytopia 2021-01-03 13:44:37 +01:00
parent d8e728a6a4
commit 715c6b3c83
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
3 changed files with 12 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.9.0';
$DEVILBOX_DATE = '2020-12-12';
$DEVILBOX_VERSION = 'v1.9.1';
$DEVILBOX_DATE = '2021-01-03';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
//

View File

@ -6,6 +6,15 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl
## Unreleased
## Release v1.9.1 (2021-01-03)
#### Changed
- [#769](https://github.com/cytopia/devilbox/issues/769) Adjusted Xdebug 3.0 defaults
#### Fixed
## Release v1.9.0 (2020-12-12)
#### Fixed

View File

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