docker: enable profiling with xdebug

This commit is contained in:
Zankaria
2024-04-12 17:10:19 +02:00
committed by Zankaria
parent fb191a0ffd
commit 5c99b0f4f3
4 changed files with 33 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
zend_extension=xdebug
[xdebug]
xdebug.mode = profile
xdebug.start_with_request = start
error_reporting = E_ALL
xdebug.output_dir = /var/www/xdebug_out