[xdebug-dev] [xdebug/xdebug] 85b79f: Implemented issue #1015: Set display_errors and er...

From: Derick Rethans <github[@]derickrethans.nl>
Date: Tue, 07 Jan 2014 15:00:54 -0800

  Branch: refs/heads/master
  Home: https://github.com/xdebug/xdebug
  Commit: 85b79f2805aaf2b0ccc0a9bdf4432307b4eb0d99
      https://github.com/xdebug/xdebug/commit/85b79f2805aaf2b0ccc0a9bdf4432307b4eb0d99
  Author: Derick Rethans <github[@]derickrethans.nl>
  Date: 2014-01-07 (Tue, 07 Jan 2014)

  Changed paths:
    M php_xdebug.h
    M tests/assignment-trace2.phpt
    M tests/assignment-trace3.phpt
    M tests/assignment-trace4.phpt
    M tests/bug00178.phpt
    M tests/bug00315.phpt
    M tests/bug00665.phpt
    M tests/bug00932.phpt
    M tests/functrace_comp_0.phpt
    M tests/functrace_comp_1.phpt
    M tests/functrace_comp_1r.phpt
    M tests/functrace_comp_2.phpt
    M tests/functrace_comp_2r.phpt
    M tests/functrace_comp_3.phpt
    M tests/functrace_comp_3r.phpt
    M tests/functrace_comp_4.phpt
    M tests/functrace_comp_4r.phpt
    M tests/functrace_comp_5.phpt
    M tests/functrace_comp_5r.phpt
    M tests/scream.phpt
    M tests/scream_cli.phpt
    M tests/scream_html.phpt
    M xdebug.c
    M xdebug_stack.c

  Log Message:
  -----------
  Implemented issue #1015: Set display_errors and error_reporting to immutable values.

I've added the xdebug.force_display_errors setting to force the display of
errors. I've also added the xdebug.force_error_reporting setting which acts
like a bitmask of errors that are force to be on. So that means that
xdebug.force_error_reporting=E_WARNING|E_USER_WARNING will make Xdebug *always*
display those two error types, regardless of what ini_set('error_reporting',
…); does. You can use xdebug.force_error_reporting=-1 to force the display of
all errors. xdebug.force_error_reporting can also be set through ini_set(),
although I perhaps will disable that later (to prevent "clever" scripts).

  Commit: 10262e51176a2c0438891d0d629c8935a1197cff
      https://github.com/xdebug/xdebug/commit/10262e51176a2c0438891d0d629c8935a1197cff
  Author: Derick Rethans <github[@]derickrethans.nl>
  Date: 2014-01-07 (Tue, 07 Jan 2014)

  Changed paths:
    M xdebug_handler_dbgp.c

  Log Message:
  -----------
  Fixed a missing function call name change.

  Commit: a1392301ff5f6e1d5b90e47e18e41f531121f0be
      https://github.com/xdebug/xdebug/commit/a1392301ff5f6e1d5b90e47e18e41f531121f0be
  Author: Derick Rethans <github[@]derickrethans.nl>
  Date: 2014-01-07 (Tue, 07 Jan 2014)

  Changed paths:
    M php_xdebug.h
    M tests/assignment-trace2.phpt
    M tests/assignment-trace3.phpt
    M tests/assignment-trace4.phpt
    M tests/bug00178.phpt
    M tests/bug00315.phpt
    M tests/bug00665.phpt
    M tests/bug00932.phpt
    M tests/functrace_comp_0.phpt
    M tests/functrace_comp_1.phpt
    M tests/functrace_comp_1r.phpt
    M tests/functrace_comp_2.phpt
    M tests/functrace_comp_2r.phpt
    M tests/functrace_comp_3.phpt
    M tests/functrace_comp_3r.phpt
    M tests/functrace_comp_4.phpt
    M tests/functrace_comp_4r.phpt
    M tests/functrace_comp_5.phpt
    M tests/functrace_comp_5r.phpt
    M tests/scream.phpt
    M tests/scream_cli.phpt
    M tests/scream_html.phpt
    M xdebug.c
    M xdebug_handler_dbgp.c
    M xdebug_stack.c

  Log Message:
  -----------
  Merged pull request #99

Compare: https://github.com/xdebug/xdebug/compare/de32ae9908bf...a1392301ff5f
Received on Tue Jan 07 2014 - 23:00:59 GMT

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST