Files
NetAlertX/.devcontainer/resources/devcontainer-overlay/services/config/php/php-fpm.d/99-xdebug.ini
2025-10-03 22:12:42 +00:00

9 lines
194 B
INI
Executable File

zend_extension="xdebug.so"
[xdebug]
xdebug.mode=develop,debug
xdebug.log_level=0
xdebug.client_host=127.0.0.1
xdebug.client_port=9003
xdebug.start_with_request=yes
xdebug.discover_client_host=1