From 7e738512f974a1d2a13b7704e2b24be8b4343dbd Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Tue, 20 Feb 2007 10:17:16 +1300 Subject: [PATCH] Add default line for PHP error reporting. --- docs/website/installation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/website/installation.php b/docs/website/installation.php index ac7a1d0a..388c90bf 100644 --- a/docs/website/installation.php +++ b/docs/website/installation.php @@ -184,6 +184,7 @@ single virtual host.

php_value include_path /usr/share/awl/inc php_value magic_quotes_gpc 0 php_value register_globals 0 + php_value error_reporting "E_ALL & ~E_NOTICE" </VirtualHost>