Merge commit 'origin/template' into www
[matthijs/servers/drsnuggles.git] / etc / php5 / cgi / php.ini.local
index 5157119b936d5ba69623f08c4c9025060d9b3e13..d1a8eb731ad988e349a2550a290231df0c7f026b 100644 (file)
@@ -1,3 +1,11 @@
 # This file contains local changes, so we can leave php5.ini to the Debian
 # default. It is not directly used by PHP, but the update-php.ini script
 # ensures it is put into the php.ini for each different domain.
+
+# Put errors in the logfile
+log_errors = On
+
+# Don't display errors to the client 
+display_errors = Off
+
+# vim: set filetype=dosini: