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 | |||
| 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). |