In PHP how do you make it so that it will only display errors when using the error_reporting() function. Currently the IIS PHP application is set to ‘Production machine’. If I change it to Development machine it will print out all errors even without error_reporting().
Share
I got the behavior I wanted using: