On Tue, Jan 8, 2013 at 1:12 AM, Matt Pelmear <mjpelm...@gmail.com> wrote:
> I personally *never* set the error reporting level in the code, and during
> code reviews I reject code that does so.
> It is much cleaner to manage this in php.ini.

I tend to agree -- settings like this are environment (dev, test,
stage, prod) dpendent and generally the code being developed should
work in all of them without modification.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to