remove depricated warnings
Posted: Tue Apr 19, 2011 1:44 pm
How to get rid of these?
I tried setting these values and it didn't change anything
Code: Select all
Deprecated: Function eregi_replace() is deprecated in /some/file line 7
Code: Select all
error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR ^ E_DEPRECATED
error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR & ~ E_DEPRECATED
error_reporting = E_ALL & ~E_DEPRECATED|E_NOTICE|E_WARNING
error_reporting = E_ALL & ~E_DEPRECATED