PHP 5.4 Strict Notice
This is an open discussion with 3 replies, filed under Troubleshooting.
Search
Adding & ~E_STRICT
to this line works as a stopgap until Symphony is cleaned up a little.
Symphony 2.3 definitely improves on 2.2.5, but there is still some notices that are thrown around so they have been suppressed for the moment. #1041 is the bug for PHP 5.4 support without having to suppress E_STRICT
notices.
Thank you Brendo. You are greatness.
Just ran into issues with 2.2.5 on PHP 5.4.
My client's host requires an update to PHP to 5.4 and I do not have the time to update Symphony to 2.3+ at the moment. Does this 'stopgap' error suppression mean Symphony will at least run ok?
Thanks
Create an account or sign in to comment.
(PHP.net)[http://php.net/manual/en/function.error-reporting.php] notes that in v 5.4 ESTRICT is now part of EALL.
This is running in my development environment so I need to have some Error Reporting.
Would anyone know what I can do here?