I'm having an issue with PHP5.3 on on server. I'm getting E_DEPRECATED warnings (for valid errors). The problem is that I have suppressed them using
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
The obvious error would be that there is a php.ini file in the directory where the script is running, but phpinfo verifies the script is using the correct directory.
I compared to another phpinfo on a server that is working fine and both showed:
error_reporting 22519
So, both are using the same setup.
Anything anyone can think of that would cause this?



LinkBack URL
About LinkBacks
Reply With Quote




