initial docker-php

This commit is contained in:
2025-09-16 11:29:49 +02:00
commit 9ab99a1f49
7 changed files with 694 additions and 0 deletions

12
php-xdebug.conf Normal file
View File

@@ -0,0 +1,12 @@
xdebug.mode=develop,debug
xdebug.discover_client_host = yes
xdebug.client_port="9000"
xdebug.client_host="host.containers.internal"
xdebug.start_with_request = yes
xdebug.remote_handler=”dbgp”
xdebug.output_dir="/tmp"
xdebug.profiler_trigger=on
xdebug.profiler_append=on
xdebug.max_nesting_level=1000
xdebug.trigger_value=1