Update PHP-FPM 7.3 with latest xdebug module

This commit is contained in:
cytopia 2019-02-03 01:51:16 +01:00
parent 59a098303b
commit 54eb7be023
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ set -o pipefail
# There's currently an Issue with PHP 7.3, Xdebug and phpMyAdmin. It just segfaults,
# so I will remove it from the checks.
DISABLED_VERSIONS=("7.3")
DISABLED_VERSIONS=("")
#
# NOTE: Parsing curl to tac to circumnvent "failed writing body"

View File

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