[xdebug-dev] Bug 0000218: show_exception_trace="0" ignored

From: <noreply[@]lists.xdebug.org>
Date: Tue, 12 Dec 2006 13:03:36 +0100

The following bug has been RESOLVED.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000218
======================================================================
Reporter: hemna
Handler: derick
======================================================================
Project: Xdebug
Bug ID: 218
Category: Usage problems
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Operating System: gentoo linux
PHP Version: 5.1.6
Xdebug Version: 2.0.0rc1
Resolution: unable to duplicate
======================================================================
Date Submitted: 2006-11-14 02:08 CET
Last Modified: 2006-12-12 13:03 CET
======================================================================
Summary: show_exception_trace="0" ignored
Description:
my php.ini has
xdebug.show_exception_trace="0"
set, but xdebug seems to ignore the 'off' setting.

======================================================================

----------------------------------------------------------------------
 derick - 2006-11-16 14:31 CET
----------------------------------------------------------------------
I can not reproduce this with the lastest cvs version:

derick[@]kossu:~$ php -dxdebug.show_exception_trace=1 -r 'function a() { try
{ throw new Exception( "test"); } catch ( Exception $e ) { echo "caught\n";
} } function b() { a(); } b();'

Exception: test in Command line code on line 1

Call Stack:
    0.0005 262144 1. {main}() Command line code:0
    0.0005 262144 2. b() Command line code:1
    0.0005 262144 3. a() Command line code:1

caught

derick[@]kossu:~$ php -dxdebug.show_exception_trace=0 -r 'function a() { try
{ throw new Exception( "test"); } catch ( Exception $e ) { echo "caught\n";
} } function b() { a(); } b();'
caught

Could you please try the latest cvs version?

----------------------------------------------------------------------
 derick - 2006-11-21 19:48 CET
----------------------------------------------------------------------
Reminder sent to hemna

Could you please provide the wanted information?

----------------------------------------------------------------------
 derick - 2006-12-12 13:03 CET
----------------------------------------------------------------------
Unable to duplicate, and no feedback given.

Bug History
Date Modified Username Field Change
======================================================================
2006-11-14 02:08hemna New Bug
2006-11-14 02:08hemna Bug Monitored: hemna
2006-11-16 14:31derick Bugnote Added: 0000488
2006-11-16 14:31derick Status new => feedback
2006-11-21 19:48derick Bugnote Added: 0000490
2006-12-12 13:03derick Bugnote Added: 0000513
2006-12-12 13:03derick Assigned To => derick
2006-12-12 13:03derick Resolution open => unable to duplicate
2006-12-12 13:03derick Status feedback => resolved
======================================================================
Received on Tue Dec 12 2006 - 13:03:44 GMT

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