Capture Fatal PHP Errors for Logging
When code runs without a user interface, for example a script invoked by cron, there often is not an easy way to see what errors are occuring. Another example would be php invoking another php script using exec(), for example. Here are some common fatal errors: unknown class referenced, unknown method called and parse error. … Continue reading Capture Fatal PHP Errors for Logging