1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Added recommended php directives to the virtualhost, well just one for now (display_errors off)

This commit is contained in:
Philip Olson
2009-11-19 21:36:15 +00:00
parent bb6ced0917
commit 500906cdbb

View File

@@ -200,6 +200,9 @@ $minute = rand(0, 59);
<IfModule mod_speling.c>
CheckSpelling Off
</IfModule>
# A few recommended PHP directives
php_flag display_errors off
# If you have Russian Apache with mod_charset installed,
# do not forget to search for this line in your existing