-
Type:
Improvement
-
Status: Unverified Fix (View Workflow)
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.0.8
-
Fix Version/s: 3.0.9-RC1
-
Component/s: None
-
Labels:None
Using xor in error reporting setup is evil.
phpBB/common.php:error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED);
There are other locations as well.