projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58df359
)
php: Display errors in the log, not to the client.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 24 Apr 2009 19:39:09 +0000
(21:39 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 24 Apr 2009 19:39:09 +0000
(21:39 +0200)
etc/php5/cgi/php.ini.local
patch
|
blob
|
history
diff --git
a/etc/php5/cgi/php.ini.local
b/etc/php5/cgi/php.ini.local
index 5157119b936d5ba69623f08c4c9025060d9b3e13..c88e4d8c966ac8ceb4baa7103de8921b6e5012ae 100644
(file)
--- a/
etc/php5/cgi/php.ini.local
+++ b/
etc/php5/cgi/php.ini.local
@@
-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