1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-01-31 04:47:43 +01:00
2023-03-07 17:10:36 +01:00

9 lines
215 B
INI

zend_extension=xdebug.so
[xdebug]
xdebug.mode=develop,debug
xdebug.client_host=localhost
xdebug.client_port=9003
xdebug.start_with_request=yes
xdebug.discover_client_host=false
xdebug.log='/var/www/html/xdebug.log'