Re: [PHP] Help: Constants

2002-07-02 Thread Richard Lynch
>Except in a production environment, where you really never want your >users to see PHP error messages that you haven't coded yourself for the >user's benefit. It could reveal just a bit too much about your setup... >even filenames are valuable to maleficants. > >I recommend setting your php.i

Re: [PHP] Help: Constants

2002-07-02 Thread Erik Price
On Tuesday, July 2, 2002, at 10:58 AM, Analysis & Solutions wrote: > Dude, that's nuts. It creates way more work. Having to put it on each > page in the first place, then having to change it before you put it up. > Then, there's the possibility that you forget to change it before > uploading.

Re: [PHP] Help: Constants

2002-07-02 Thread Analysis & Solutions
On Tue, Jul 02, 2002 at 10:17:10AM -0400, Erik Price wrote: > > Except in a production environment, where you really never want your > users to see PHP error messages that you haven't coded yourself for the > user's benefit. It could reveal just a bit too much about your setup... > even filen

Re: [PHP] Help: Constants

2002-07-02 Thread Erik Price
On Tuesday, July 2, 2002, at 04:48 AM, Richard Lynch wrote: > Change it back. > > You'll find a lot more bugs a lot quicker that way. > > :-) > > Use E_ALL > > Might need to transition one page at a time with error_reporting() at > the > top or something, but migrate to E_ALL. > > You *will* b

Re: [PHP] Help: Constants

2002-07-02 Thread Richard Lynch
>I changed the reporting level. I found it myself later on. Just was a bit to >quick when posting this question. Change it back. You'll find a lot more bugs a lot quicker that way. :-) Use E_ALL Might need to transition one page at a time with error_reporting() at the top or something, but mi

Re: [PHP] Help: Constants

2002-06-29 Thread S.P. Telgenhof Oude Koehorst
Thanks alot, I changed the reporting level. I found it myself later on. Just was a bit to quick when posting this question. Sacha Telgenhof "John Holmes" <[EMAIL PROTECTED]> wrote in message news:000d01c21f0c$de789bf0$b402a8c0@mango... > > Maybe it's already discussed here, but PHP is generatin