How to disable E_STRICT

Posted by rtacconi on Stack Overflow See other posts from Stack Overflow or by rtacconi
Published on 2010-05-17T16:50:40Z Indexed on 2010/05/17 17:10 UTC
Read the original article Hit count: 506

Filed under:

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.

© Stack Overflow or respective owner

Related posts about php5