From 03aa2d69800f3bfec6b0f03975ef367e4c547ac2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Jun 2019 14:47:00 +0200 Subject: update to 2.8.0-dev for PHP 7.4 --- PHPINFO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 37057e4..fc24857 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ xdebug xdebug support => enabled -Version => 2.7.2 +Version => 2.8.0-dev IDE Key => remi Support Xdebug on Patreon: https://www.patreon.com/bePatron?u=7864328 @@ -25,7 +25,6 @@ xdebug.collect_return => Off => Off xdebug.collect_vars => Off => Off xdebug.collect_assignments => Off => Off xdebug.default_enable => On => On -xdebug.extended_info => On => On xdebug.file_link_format => no value => no value xdebug.filename_format => no value => no value xdebug.force_display_errors => Off => Off @@ -64,6 +63,7 @@ xdebug.remote_port => 9000 => 9000 xdebug.remote_autostart => Off => Off xdebug.remote_connect_back => Off => Off xdebug.remote_log => no value => no value +xdebug.remote_log_level => 7 => 7 xdebug.idekey => no value => no value xdebug.remote_cookie_expire_time => 3600 => 3600 xdebug.remote_addr_header => no value => no value -- cgit