Fix Xdebug 3 compatibility with PHP 7.3 and 7.4

- Allow to set custom Xdebug port
- Update Xdebug to v3.1.4
This commit is contained in:
Leonardo Medici
2022-04-29 16:43:44 +02:00
parent 6dba239462
commit 8f22b552ee
4 changed files with 11 additions and 8 deletions

View File

@ -205,6 +205,7 @@ WORKSPACE_INSTALL_TRADER=false
WORKSPACE_PROTOC_VERSION=latest
WORKSPACE_INSTALL_MEMCACHED=true
WORKSPACE_INSTALL_EVENT=false
WORKSPACE_XDEBUG_PORT=9003
### PHP_FPM ###############################################