View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000218 | Xdebug | Uncategorized | public | 2006-11-14 02:08 | 2007-02-28 20:43 |
Reporter | hemna | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | unable to reproduce | ||
Summary | 0000218: show_exception_trace="0" ignored | ||||
Description | my php.ini has | ||||
Additional Information | I have xdebug is dumping every exception that happens to my error log file. I really like this feature, but xdebug doesn't seem to honor the off setting. | ||||
Tags | No tags attached. | ||||
Operating System | gentoo linux | ||||
PHP Version | 5.1.6 | ||||
|
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: 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();' Could you please try the latest cvs version? |
|
Reminder sent to hemna Could you please provide the wanted information? |
|
Unable to duplicate, and no feedback given. |
|
Fixed in CVS now, thanks for your report. (Duplicate of 0000243). |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-11-14 02:08 | hemna | New Issue | |
2006-11-16 14:31 | derick | Note Added: 0000488 | |
2006-11-16 14:31 | derick | Status | new => feedback |
2006-11-21 19:48 | derick | Note Added: 0000490 | |
2006-12-12 13:03 | derick | Status | feedback => resolved |
2006-12-12 13:03 | derick | Resolution | open => unable to reproduce |
2006-12-12 13:03 | derick | Assigned To | => derick |
2006-12-12 13:03 | derick | Note Added: 0000513 | |
2007-02-28 20:43 | derick | Status | resolved => closed |
2007-02-28 20:43 | derick | Note Added: 0000576 | |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |