MantisBT: master 88ca322b

Author Committer Branch Timestamp Parent
dregad dregad master 2011-11-19 08:26 master 46873ebc
Affected Issues  0011576: New and improved check.php for checking MantisBT installation settings/environment
 0013545: Admin check for PHP has incorrect logic to verify PHP errors logging
Changeset

Fix PHP admin check for error logging/reporting

The check for "PHP errors are being logged or reported" in the new
admin check interface has incorrect logic, causing it to always report
a warning condition.

The warning should only be printed if both display_errors and
log_errors are Off.

Fixes 0013545, 0011576

mod - admin/check/check_php_inc.php Diff File