Jump to content

error_reporting problem


-null-

Recommended Posts

In my php.ini I have

 

error_reporting = E_ALL & ~E_DEPRECATED

 

however I am still getting errors about deprecated functions (ereg_replace).  I've checked the code (3rd party app) and they only seem to have set error_reporting like this

 

error_reporting  (E_ERROR | E_WARNING | E_PARSE);

 

I assumed this would switch off the deprecated warning however it isn't.  So what will?

Link to comment
https://forums.phpfreaks.com/topic/172481-error_reporting-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.