Monday, May 21, 2012

How to disable E_STRICT

I need to turn off E_STRICT. I have error_reporting = E_ALL & ~E_STRICT in my php.ini but it seems to be ignored. I tried this in my code:



ini_set('error_reporting', E_NOTICE);


Nothing!



Please help.





No comments:

Post a Comment