Re: [PHP-DB] Programs not running - Mystery SOLVED
[email protected] (tamouse mailing lists)
| Newsgroups | php.db |
|---|---|
| Message-ID | <CAHUC_t9OeG+BADWH21XPGsk5Au5--cUZmAk8crCdxAkWOuwTew@mail.gmail.com> |
On Tue, Jan 8, 2013 at 1:12 AM, Matt Pelmear <[email protected]> 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.