In includes/startup.php, can we do a php version check and add "& ~E_STRICT" to "$level = (E_ALL & ~E_NOTICE & ~E_DEPRECATED);"?
As it is now, it errors (as we know) on the latest php versions, at least from 5.4.4 on (and that's the next to latest).
Save a lot of work for the Support Team
- is related to
-
PHPBB-10763 Audit code for non-static functions called statically
- Unverified Fix