Re: [PHP-INSTALL] error_log file for php

2004-01-08 Thread Jennifer S.
Hi, By default the system log is enabled for errors:   ; Log errors to specified file.error_log = "../somepath/some_file" ; Log errors to syslog (Event Log on NT, not valid in Windows 95).error_log = syslog Comment the highlightd line out and you should be right.   Cheers, JenniferCatalin Tatu <[EM

[PHP-INSTALL] error_log file for php

2004-01-08 Thread Catalin Tatu
Hi, Please help me with error_log file for php. I have RH9 and in php.ini I wrote error_log = /var/log/php.log but the errors or the notices are wrote to error_log of the apache file. I search the net but I didn't find any help. I this a bug or I missing something. Thank you in advance. Catalin