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 Genkin
i=1; while 1, hilb(i); i=i+1; end

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to