php: Add a vim filetype to php5.ini.local.
[matthijs/servers/drsnuggles.git] / etc / php5 / cgi / php.ini.local
1 # This file contains local changes, so we can leave php5.ini to the Debian
2 # default. It is not directly used by PHP, but the update-php.ini script
3 # ensures it is put into the php.ini for each different domain.
4
5 # Put errors in the logfile
6 log_errors = On
7
8 # Don't display errors to the client 
9 display_errors = Off
10
11 # vim: set filetype=dosini: