mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
12 lines
286 B
INI
Executable File
12 lines
286 B
INI
Executable File
zend_extension="/services/php/modules/xdebug.so"
|
|
extension_dir="/services/php/modules"
|
|
|
|
[xdebug]
|
|
xdebug.mode=develop,debug
|
|
xdebug.log=/app/log/xdebug.log
|
|
xdebug.log_level=7
|
|
xdebug.client_host=127.0.0.1
|
|
xdebug.client_port=9003
|
|
xdebug.start_with_request=yes
|
|
xdebug.discover_client_host=0
|