Re: [PHP] Timestamp needed in error log

2006-04-08 Thread Richard Lynch
http://php.net/set_error_handler On Sat, April 8, 2006 10:01 am, John Hicks wrote: > I would like to configure my PHP 4.3 to include a timestamp in its > error > messages. > > It appears that PHP defaults to no timestamp. I can't a find a > directive > that allows me to configure this. > > Do I

Re: [PHP] Timestamp needed in error log

2006-04-08 Thread darren kirby
quoth the John Hicks: > > You don't explain much about your setup here, but on mine, I just write > > my errors to the apache error log, which provides its own timestamp. > > > > Another option is to log to the system logs: > > error_log = syslog # in php.ini > > > > and use your loggers filter fa

Re: [PHP] Timestamp needed in error log

2006-04-08 Thread darren kirby
quoth the John Hicks: > I would like to configure my PHP 4.3 to include a timestamp in its error > messages. > > It appears that PHP defaults to no timestamp. I can't a find a directive > that allows me to configure this. > > Do I have to recompile? > > I've never looked at the source before. Any p

[PHP] Timestamp needed in error log

2006-04-08 Thread John Hicks
I would like to configure my PHP 4.3 to include a timestamp in its error messages. It appears that PHP defaults to no timestamp. I can't a find a directive that allows me to configure this. Do I have to recompile? I've never looked at the source before. Any pointers on where I should look f