mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-05 23:59:34 -05: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=/tmp/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
|