You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.
So far, I have seen too much Strict Standards errors on phpVMS while using PHP Version 5.4.7. I'm thinking we should tackle this because what if the hosting upgrades their PHP Version. What you think?
Strict Standards: Accessing static property Operations::$get as non static in \phpvms\admin\modules\Operations\Operations.php on line 167
Strict Standards: Accessing static property Operations::$get as non static in \phpvms\admin\modules\Operations\Operations.php on line 168
The text was updated successfully, but these errors were encountered:
I develop in a php5.4 environment also, and normally before submitting pull requests ill undo this fix to keep it uniform with the current installation. Check out commit a18d2d8 this is normally how I suppress the 5.4 strict standards, but I'm not sure if it's desirable.
Note: This commit undoes the suppression, which I accidentally added in commit b8f8681
So far, I have seen too much Strict Standards errors on phpVMS while using PHP Version 5.4.7. I'm thinking we should tackle this because what if the hosting upgrades their PHP Version. What you think?
Strict Standards: Accessing static property Operations::$get as non static in \phpvms\admin\modules\Operations\Operations.php on line 167
Strict Standards: Accessing static property Operations::$get as non static in \phpvms\admin\modules\Operations\Operations.php on line 168
The text was updated successfully, but these errors were encountered: