-
Improvement
-
Resolution: Fixed
-
Trivial
-
3.0.8
-
None
-
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.
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.