Details
-
Type:
Bug
-
Status:
Unverified Fix
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.0.10
-
Fix Version/s: 3.0.11-RC1
-
Component/s: None
-
Labels:None
Description
Support topic: http://www.phpbb.com/community/viewtopic.php?f=46&t=2149812
Screenshot: http://www.phpbb.com/community/viewtopic.php?f=46&t=2149812&start=15#p13108793
Solution is to silence E_STRICT: http://www.phpbb.com/community/viewtopic.php?f=46&t=2149812&start=15#p13109013
I thought we already had php 5.4 compat taken care of?
Issue Links
- is duplicated by
-
PHPBB3-7448
Module management calling non-static method p_master::module_auth()
-
- is related to
-
PHPBB3-10763
Audit code for non-static functions called statically
-
-
PHPBB3-10718
Add Travis CI
-


I seem to recall some of that code being done that way for a reason. For 3.0 we maybe should silence E_STRICT on php 5.4+, for 3.1 the code needs to be fixed properly.