php: Display errors in the log, not to the client.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 24 Apr 2009 19:39:09 +0000 (21:39 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 24 Apr 2009 19:39:09 +0000 (21:39 +0200)
etc/php5/cgi/php.ini.local

index 5157119b936d5ba69623f08c4c9025060d9b3e13..c88e4d8c966ac8ceb4baa7103de8921b6e5012ae 100644 (file)
@@ -1,3 +1,9 @@
 # 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