PHP Strict error
-
Hi,
I’m receiving a PHP Strict error in my error log (PHP 5.4).
I’ve been able to prevent it by changing the order of the __construct() and SLT_LockPages() functions should be changed (I’m not kidding).
So it should be:
class SLT_LockPages { // code function __construct() { /* code */ } function SLT_LockPages() { /* code */ } // code }
- The topic ‘PHP Strict error’ is closed to new replies.