[PHP] [totaly off t****] Re: [PHP] Debugging Log

2006-07-13 Thread Jochem Maas
tedd wrote: > At 6:19 PM -0400 7/12/06, Michael B Allen wrote: >> On Wed, 12 Jul 2006 22:44:23 +0100 >> Stut <[EMAIL PROTECTED]> wrote: >> >>> Michael B Allen wrote: Thanks for the tip dipshit. >>> Maybe I'm in a sensitive mood, but that was uncalled for. Michael, meet >>> /dev/null, I hope yo

Re: [PHP] Debugging Log

2006-07-13 Thread tedd
At 6:19 PM -0400 7/12/06, Michael B Allen wrote: >On Wed, 12 Jul 2006 22:44:23 +0100 >Stut <[EMAIL PROTECTED]> wrote: > >> Michael B Allen wrote: >> > Thanks for the tip dipshit. >> >> Maybe I'm in a sensitive mood, but that was uncalled for. Michael, meet >> /dev/null, I hope you live happily ever

Re: [PHP] Debugging Log

2006-07-12 Thread Jochem Maas
Michael B Allen wrote: > On Wed, 12 Jul 2006 22:44:23 +0100 > Stut <[EMAIL PROTECTED]> wrote: > >> Michael B Allen wrote: >>> Thanks for the tip dipshit. >> Maybe I'm in a sensitive mood, but that was uncalled for. Michael, meet >> /dev/null, I hope you live happily ever after. > > Oh, no. What a

Re: [PHP] Debugging Log

2006-07-12 Thread Michael B Allen
On Wed, 12 Jul 2006 22:44:23 +0100 Stut <[EMAIL PROTECTED]> wrote: > Michael B Allen wrote: > > Thanks for the tip dipshit. > > Maybe I'm in a sensitive mood, but that was uncalled for. Michael, meet > /dev/null, I hope you live happily ever after. Oh, no. What am I going to do now? You're like

Re: [PHP] Debugging Log

2006-07-12 Thread Stut
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael B Allen wrote: > Thanks for the tip dipshit. Maybe I'm in a sensitive mood, but that was uncalled for. Michael, meet /dev/null, I hope you live happily ever after. - -Stut -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.2 (GNU/Linux) Comm

Re: [PHP] Debugging Log

2006-07-12 Thread Michael B Allen
On Wed, 12 Jul 2006 21:13:31 +0100 Stut <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Michael B Allen wrote: > > On Wed, 12 Jul 2006 19:13:53 +0100 > > Stut <[EMAIL PROTECTED]> wrote: > >> Michael B Allen wrote: > >>> What is the standard method of logging debug

Re: [PHP] Debugging Log

2006-07-12 Thread Stut
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael B Allen wrote: > On Wed, 12 Jul 2006 19:13:53 +0100 > Stut <[EMAIL PROTECTED]> wrote: >> Michael B Allen wrote: >>> What is the standard method of logging debug info? Should I just fopen >>> a file for append and write the message or is there a

Re: [PHP] Debugging Log

2006-07-12 Thread Michael B Allen
On Wed, 12 Jul 2006 19:13:53 +0100 Stut <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Michael B Allen wrote: > > What is the standard method of logging debug info? Should I just fopen > > a file for append and write the message or is there a facility provided? >

Re: [PHP] Debugging Log

2006-07-12 Thread Dan McCullough
Ahh yes I do that as well, I knew there was another other then syslog. On 7/12/06, Jochem Maas <[EMAIL PROTECTED]> wrote: Michael B Allen wrote: > What is the standard method of logging debug info? Should I just fopen > a file for append and write the message or is there a facility provided? th

Re: [PHP] Debugging Log

2006-07-12 Thread Jochem Maas
Michael B Allen wrote: > What is the standard method of logging debug info? Should I just fopen > a file for append and write the message or is there a facility provided? there is also error_log() (and the 'error_log' ini setting) - I abuse it for debugging now and again. > > Mike > -- PHP Ge

Re: [PHP] Debugging Log

2006-07-12 Thread Dan McCullough
rts writing messages to files, to a separate window via JavaScript, probably syslog as well as a few others. -Original Message- From: Michael B Allen [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 2:02 PM To: php-general@lists.php.net Subject: [PHP] Debugging Log What is the stan

RE: [PHP] Debugging Log

2006-07-12 Thread KermodeBear
@lists.php.net Subject: [PHP] Debugging Log What is the standard method of logging debug info? Should I just fopen a file for append and write the message or is there a facility provided? Mike -- Michael B Allen PHP Extension for SSO w/ Windows Group Authorization http://www.ioplex.com/ -- PHP

Re: [PHP] Debugging Log

2006-07-12 Thread Stut
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael B Allen wrote: > What is the standard method of logging debug info? Should I just fopen > a file for append and write the message or is there a facility provided? http://php.net/syslog or use a file. There are also various JS-based solutions f

[PHP] Debugging Log

2006-07-12 Thread Michael B Allen
What is the standard method of logging debug info? Should I just fopen a file for append and write the message or is there a facility provided? Mike -- Michael B Allen PHP Extension for SSO w/ Windows Group Authorization http://www.ioplex.com/ -- PHP General Mailing List (http://www.php.net/)