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
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
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
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
4 matches
Mail list logo