View Issue Details

IDProjectCategoryView StatusLast Update
46Exception_DefaultHandlerAllpublic28 Jun 2009 21:25
Reportertimj Assigned Totimj  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Target Version0.7.0Fixed in Version0.7.0 
Summary46: Make the display_errors check more tolerant of different values
DescriptionThe 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()).
TagsNo tags attached.

Activities

timj

10 Mar 2009 21:51

administrator   ~181

Fixed in SVN r1520

Issue History

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