From 1ed5613ef03b3830c7b439bd3bcaa8411564858d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Jul 2022 09:50:48 +0200 Subject: update to 3.2.0alpha1 raise dependency on PHP 8.0 --- PHPINFO | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index c792192..33e4047 100644 --- a/PHPINFO +++ b/PHPINFO @@ -10,7 +10,7 @@ xdebug  __/ |  |___/ -Version => 3.1.5 +Version => 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 -- cgit