Currently I get an email whenever there is a PHP error in our production application. That works great.
Today a query failed and now I am seeing thousands of "undefined property" errors (all from one page load). This issue is cascading into a problem with sending email because so many error emails are coming to me.
I would like to configure PHP so that "Undefined property" is a fatal error and the script fails at that point. Is that possible?