Re: [PHP] Re: Exposing PHP/errors on production vs. dev

2008-08-03 Thread tedd
At 1:04 AM -0400 8/3/08, Daniel Brown wrote: On Sun, Aug 3, 2008 at 12:22 AM, Chacha C <[EMAIL PROTECTED]> wrote: > Somehow .. I feel this isn't PHP Related. Boy, nothing gets by you, eh? Welcome to the list, new meat. Hey, he said he "feels" that it wasn't PHP Related. That's not like

Re: [PHP] Re: Exposing PHP/errors on production vs. dev

2008-08-02 Thread Daniel Brown
On Sun, Aug 3, 2008 at 12:22 AM, Chacha C <[EMAIL PROTECTED]> wrote: > Somehow .. I feel this isn't PHP Related. Boy, nothing gets by you, eh? Welcome to the list, new meat. -- Better prices on dedicated servers: Intel 2.4GHz/60GB/512MB/2TB $49.99/mo. Intel 3.06GHz/80GB/1GB/2TB $59.99/mo.

Re: [PHP] Re: Exposing PHP/errors on production vs. dev

2008-08-02 Thread Chacha C
Somehow .. I feel this isn't PHP Related. On Sat, Aug 2, 2008 at 11:08 AM, Robert Cummings <[EMAIL PROTECTED]>wrote: > On Sat, 2008-08-02 at 14:01 -0400, Daniel Brown wrote: > > On Sat, Aug 2, 2008 at 1:58 PM, Robert Cummings <[EMAIL PROTECTED]> > wrote: > > > > > > Sorry, I hired a profession fo

Re: [PHP] Re: Exposing PHP/errors on production vs. dev

2008-08-02 Thread Robert Cummings
On Sat, 2008-08-02 at 14:01 -0400, Daniel Brown wrote: > On Sat, Aug 2, 2008 at 1:58 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: > > > > Sorry, I hired a profession for the chair throwing-- my bulldog Steve > > Ballmer! > > More wasteful spending by the Canadian. You know that he's just >

Re: [PHP] Re: Exposing PHP/errors on production vs. dev

2008-08-02 Thread mike
On 8/2/08, Al <[EMAIL PROTECTED]> wrote: > Here' the snippet I use on all my code files. Default is create and add to > error log file on the current dir. The problem is if the script is fubar, it won't read the error_log ini override... Open question for all: Even though I have error_reporting

Re: [PHP] Re: Exposing PHP/errors on production vs. dev

2008-08-02 Thread Daniel Brown
On Sat, Aug 2, 2008 at 1:58 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: > > Sorry, I hired a profession for the chair throwing-- my bulldog Steve > Ballmer! More wasteful spending by the Canadian. You know that he's just going to wind up finding a way to introduce new bugs into the act of

Re: [PHP] Re: Exposing PHP/errors on production vs. dev

2008-08-02 Thread Robert Cummings
On Sat, 2008-08-02 at 13:53 -0400, Daniel Brown wrote: > On Sat, Aug 2, 2008 at 1:40 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: > > > > Hmmpf! > > Oh, God, it's tasted human blood! > > Cut the crap, Rob. Don't even try to act innocent in front of the > list, denying that you threw th

Re: [PHP] Re: Exposing PHP/errors on production vs. dev

2008-08-02 Thread Daniel Brown
On Sat, Aug 2, 2008 at 1:40 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: > > Hmmpf! Oh, God, it's tasted human blood! Cut the crap, Rob. Don't even try to act innocent in front of the list, denying that you threw that chair through my window and punched me in the throat all because I f

Re: [PHP] Re: Exposing PHP/errors on production vs. dev

2008-08-02 Thread Robert Cummings
On Sat, 2008-08-02 at 13:34 -0400, Daniel Brown wrote: > On Sat, Aug 2, 2008 at 12:52 PM, Al <[EMAIL PROTECTED]> wrote: > > Here' the snippet I use on all my code files. Default is create and add to > > error log file on the current dir. > > > > I generally echo $error_reporting to remind myself th

Re: [PHP] Re: Exposing PHP/errors on production vs. dev

2008-08-02 Thread Daniel Brown
On Sat, Aug 2, 2008 at 12:52 PM, Al <[EMAIL PROTECTED]> wrote: > Here' the snippet I use on all my code files. Default is create and add to > error log file on the current dir. > > I generally echo $error_reporting to remind myself that the error reporting > is active. > > if(true) // TRUE for debu