Re: [PHP] error_log not obeyed

2001-07-03 Thread Zak Greant
Arcady Genkin wrote: > [message format fixed] > "..s.c.o.t.t.." <[EMAIL PROTECTED]> writes: > > > > I'm trying to send PHP errors into a separate log file. I have the > > > following in php.ini: > > > > > > log_errors = On > > > error_log = /var/www/logs/php-errors.log > > > > > > After apach

Re: [PHP] error_log not obeyed

2001-07-03 Thread Arcady Genkin
[message format fixed] "..s.c.o.t.t.." <[EMAIL PROTECTED]> writes: > > I'm trying to send PHP errors into a separate log file. I have the > > following in php.ini: > > > > log_errors = On > > error_log = /var/www/logs/php-errors.log > > > > After apache restarted the errors are now being s

RE: [PHP] error_log not obeyed

2001-07-03 Thread ..s.c.o.t.t..
TECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Tuesday, July 03, 2001 17:34 > To: [EMAIL PROTECTED] > Subject: [PHP] error_log not obeyed > > > Hello: > > I'm trying to send PHP errors into a separate log file. I have the > fol

[PHP] error_log not obeyed

2001-07-03 Thread antipode
Hello: I'm trying to send PHP errors into a separate log file. I have the following in php.ini: log_errors = On error_log = /var/www/logs/php-errors.log After apache restarted the errors are now being sent to apache's error log, but not the one I specified. Any ideas? Thanks, -- Arcady