feat: add debugging for php in docker

This commit is contained in:
Marvin Flock
2025-06-17 21:29:15 +02:00
parent e1ecec502b
commit de467c0d4a
4 changed files with 45 additions and 3 deletions
+9
View File
@@ -1924,3 +1924,12 @@ opcache.file_cache = /tmp/opcache_file
; List of headers files to preload, wildcard patterns allowed.
;ffi.preload=
zend_extension=xdebug.so
xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.client_host=host.docker.internal
xdebug.client_port=9003
xdebug.log=/tmp/xdebug.log
xdebug.discover_client_host=false
xdebug.log_level=7