I have just installed PHP 5.3 and dotProject. However when I try to navigate to the application PHP throws a large number of warnings about deprecated code. The recommendation from dotProject is to tell PHP not to show deprecation warnings. However, when I looked in php.ini the default values seem to indicate that this is already what is configured.
How can I do away with these warnings?
Thanks.
Code:
error_reporting = E_ALL & ~E_DEPRECATED
How can I do away with these warnings?
Thanks.