MantisBT: master ddc78c91

Author Committer Branch Timestamp Parent
dregad dregad master 2014-07-16 09:44 master e788e933
Affected Issues  0017501: Default $g_display_errors setting should reflect what an admin would want to use
Changeset

Init $g_display_errors with dev settings on localhost

When the server name is localhost/127.0.0.1, we automatically set
$g_display_error to the recommended development values, i.e.

  • E_USER_ERROR => DISPLAY_ERROR_HALT
  • E_WARNING => DISPLAY_ERROR_HALT
  • E_ALL => DISPLAY_ERROR_INLINE

Issue 0017501

mod - config_defaults_inc.php Diff File
mod - docbook/Admin_Guide/en-US/Configuration.xml Diff File