[PHP] Logging Errors to a File

2002-05-17 Thread Jonathan Rosenberg
I am using an Apache webserver w/ PHP provided by a hosting company & I can't seem to get PHP errors logged to a file. >From reading the docs, my understanding is that I need to set error_log to the name of a file & set log_errors to "on" in the php.ini file (.htaccess, in my case). Is this corr

RE: [PHP] Logging Errors to a File

2002-05-15 Thread Jonathan Rosenberg
I do. > -Original Message- > From: Jonathan Rosenberg [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 15, 2002 11:45 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Logging Errors to a File > > > I am using an Apache webserver w/ PHP provided by a > hosting c

[PHP] Logging Errors to a File

2002-05-15 Thread Jonathan Rosenberg
I am using an Apache webserver w/ PHP provided by a hosting company & I can't seem to get PHP errors logged to a file. >From reading the docs, my understanding is that I need to set error_log to the name >of a file & set log_errors to on in the php.ini file (.htaccess, in my case). Is >this c