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

From: <noreply[@]lists.xdebug.org>
Date: Thu, 16 Nov 2006 14:31:39 +0100

A BUGNOTE has been added to this bug.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000218
======================================================================
Reporter: hemna
Handler:
======================================================================
Project: Xdebug
Bug ID: 218
Category: Usage problems
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Operating System: gentoo linux
PHP Version: 5.1.6
Xdebug Version: 2.0.0rc1
======================================================================
Date Submitted: 2006-11-14 02:08 CET
Last Modified: 2006-11-16 14:31 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?

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
======================================================================
Received on Thu Nov 16 2006 - 14:31:41 GMT

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