View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 46 | Exception_DefaultHandler | All | public | 25 Apr 2008 11:01 | 28 Jun 2009 21:25 |
| Reporter | timj | Assigned To | timj | ||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Target Version | 0.7.0 | Fixed in Version | 0.7.0 | ||
| Summary | 46: Make the display_errors check more tolerant of different values | ||||
| Description | The current display_errors check to decide whether to send e-mail or not checks if ini_get('display_errors') equals 1. This is OK if display_errors is set in the php.ini as values like "on" get translated to 1. However, if ini_set() is used, the values do not undergo translation and thus the test fails (this is arguably a bug in ini_set()). | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 25 Apr 2008 11:01 | guest | New Issue | |
| 10 Mar 2009 21:50 | timj | Status | new => assigned |
| 10 Mar 2009 21:50 | timj | Assigned To | => timj |
| 10 Mar 2009 21:51 | timj | Note Added: 181 | |
| 10 Mar 2009 21:51 | timj | Reporter | guest => timj |
| 10 Mar 2009 21:51 | timj | Status | assigned => resolved |
| 10 Mar 2009 21:51 | timj | Resolution | open => fixed |
| 10 Mar 2009 21:51 | timj | Description Updated | |
| 10 Mar 2009 21:52 | timj | Fixed in Version | => 0.7.0 |
| 10 Mar 2009 21:52 | timj | Target Version | => 0.7.0 |
| 28 Jun 2009 21:25 | timj | Status | resolved => closed |
| 14 Oct 2011 20:47 | timj | Category | => All |