Hi,
I'm running PHP in an Apache/Windows environment and I can't get it to report runtime errors.
Here are my PHP.ini settings:
error_reporting = E_ALL & ~E_NOTICE
display_errors = On
Hope someone can help out. It's terribly difficult to debug without this functionality.
Thanks.