Chris Meller wrote: > Is there a particular reason you advocate changing the error_reporting > level, rather than changing display_errors? Personally, I think > everything should always be logged (error_reporting), but nothing should > ever be displayed (display_errors). This is in line with what the > php.net <http://php.net> docs advise for production use...
Maybe I'm mistaken, but I'm under the impression that enabling E_STRICT can cause errors that would otherwise be ignored to be fatal, logged or not. Nonetheless, I'm not advocating the use of any specific value or even setting any value for error reporting. Habari simply shouldn't be screwing with these settings. It will be up to the administrator to set those values how they like, in conformance with php doc guidelines or whatever, in the place that they'd typically be found no matter what the app. To me, logging everything is a waste of space and performance. When there's a problem, adjust logging as required. Ideally, Habari should be able to accommodate our different logging styles. By simply letting the server settings decide what to do, we've added no code to Habari, and we both get what we want. The more we talk about this, the more I wonder what the heck it is we're talking about. Owen --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/habari-dev -~----------~----~----~----~------~----~------~--~---
