From 04329ec1cb81ce982891074235d83053a15ef576 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Nov 2015 19:47:12 +0100 Subject: php-pecl-xdebug: 2.4.0beta1 (php 5 and 7) --- REFLECTION | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 2d71f09..5dea39a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #199 xdebug version 2.3.3 ] { +Extension [ extension #206 xdebug version 2.4.0beta1 ] { - INI { Entry [ xdebug.auto_trace ] @@ -67,6 +67,9 @@ Extension [ extension #199 xdebug version 2.3.3 ] { Entry [ xdebug.overload_var_dump ] Current = '1' } + Entry [ xdebug.show_error_trace ] + Current = '1' + } Entry [ xdebug.show_exception_trace ] Current = '0' } @@ -160,6 +163,9 @@ Extension [ extension #199 xdebug version 2.3.3 ] { Entry [ xdebug.remote_cookie_expire_time ] Current = '3600' } + Entry [ xdebug.remote_addr_header ] + Current = '' + } Entry [ xdebug.var_display_max_children ] Current = '128' } @@ -245,6 +251,12 @@ Extension [ extension #199 xdebug version 2.3.3 ] { } Function [ function xdebug_get_collected_errors ] { } + Function [ function xdebug_start_function_monitor ] { + } + Function [ function xdebug_stop_function_monitor ] { + } + Function [ function xdebug_get_monitored_functions ] { + } Function [ function xdebug_start_code_coverage ] { } Function [ function xdebug_stop_code_coverage ] { -- cgit