eldan88 Posted July 18, 2013 Share Posted July 18, 2013 Hey, I am learning on how to debug PHP, and read that E_STRICT is a compile-time notice; it does not hault but reinforces forward compatibility. Can anyone help me explain what they mean by "reinforces forward compatibility" means? Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/280293-question-about-e_strict/ Share on other sites More sharing options...
requinix Posted July 18, 2013 Share Posted July 18, 2013 a) Something changed in the past and the old code you have now should be updated as the old way may be unsupported soon, b) They anticipate something changing in the near future that may adversely affect what you have now (those are mostly E_DEPRECATED though), or c) You're doing something wrong but it was supported in the past, intentionally or not, so they're warning you instead of breaking it (for the time being) Quote Link to comment https://forums.phpfreaks.com/topic/280293-question-about-e_strict/#findComment-1441303 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.