diff options
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -10,7 +10,7 @@ xdebug [1m __/ | [1m |___/ -[0mVersion => 3.1.5 +[0mVersion => 3.2.0alpha1 Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support Enabled Features (through 'xdebug.mode' setting) @@ -25,6 +25,9 @@ Tracing => ✘ disabled Optional Features Compressed File Support => yes (gzip) Clock Source => clock_gettime +'xdebug://gateway' pseudo-host support => yes +'xdebug://nameserver' pseudo-host support => yes +Systemd Private Temp Directory => not enabled Directive => Local Value => Master Value xdebug.mode => develop => develop @@ -66,7 +69,7 @@ xdebug.cloud_id => no value => no value xdebug.client_host => localhost => localhost xdebug.client_port => 9003 => 9003 xdebug.discover_client_host => Off => Off -xdebug.client_discovery_header => no value => no value +xdebug.client_discovery_header => HTTP_X_FORWARDED_FOR,REMOTE_ADDR => HTTP_X_FORWARDED_FOR,REMOTE_ADDR xdebug.idekey => no value => no value xdebug.connect_timeout_ms => 200 => 200 xdebug.scream => Off => Off |