Thanks, that has me started.

Per the documentation, error_reporting must use the bitmask values form. And, that works great.

However, I can't get the errors to log in a special file. They insist on being logged in the system's error log file.

I've tried:

php_value error_log "errors.txt"

with and without the quotes, etc.



John Holmes wrote:

From: "Al" <[EMAIL PROTECTED]>



I need to active php error level "Warning" and log the errors in a file for my whole Apache virtual website. It is clear how to do everything on a script-by-script basis; but, I need to do it across the site.


http://us2.php.net/manual/en/configuration.changes.php

php_value error_reporting E_WARNING

---John Holmes...

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to