diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-05 19:47:12 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-05 19:47:12 +0100 |
commit | 04329ec1cb81ce982891074235d83053a15ef576 (patch) | |
tree | 22f18bcfe1a92739e878215ef9605268e29cb9a7 /REFLECTION | |
parent | ab16b07ac79825b548ac6fefe65c13f1b51b4dd5 (diff) |
php-pecl-xdebug: 2.4.0beta1 (php 5 and 7)
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #199 xdebug version 2.3.3 ] { +Extension [ <persistent> extension #206 xdebug version 2.4.0beta1 ] { - INI { Entry [ xdebug.auto_trace <ALL> ] @@ -67,6 +67,9 @@ Extension [ <persistent> extension #199 xdebug version 2.3.3 ] { Entry [ xdebug.overload_var_dump <ALL> ] Current = '1' } + Entry [ xdebug.show_error_trace <ALL> ] + Current = '1' + } Entry [ xdebug.show_exception_trace <ALL> ] Current = '0' } @@ -160,6 +163,9 @@ Extension [ <persistent> extension #199 xdebug version 2.3.3 ] { Entry [ xdebug.remote_cookie_expire_time <ALL> ] Current = '3600' } + Entry [ xdebug.remote_addr_header <ALL> ] + Current = '' + } Entry [ xdebug.var_display_max_children <ALL> ] Current = '128' } @@ -245,6 +251,12 @@ Extension [ <persistent> extension #199 xdebug version 2.3.3 ] { } Function [ <internal:xdebug> function xdebug_get_collected_errors ] { } + Function [ <internal:xdebug> function xdebug_start_function_monitor ] { + } + Function [ <internal:xdebug> function xdebug_stop_function_monitor ] { + } + Function [ <internal:xdebug> function xdebug_get_monitored_functions ] { + } Function [ <internal:xdebug> function xdebug_start_code_coverage ] { } Function [ <internal:xdebug> function xdebug_stop_code_coverage ] { |