summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2005-06-18 16:52:24 +0000
committerAndi Gutmans <andi@php.net>2005-06-18 16:52:24 +0000
commit9f9f6d2e5d850dc8c5f9d27bc14c750c628c087b (patch)
tree77199fc8ce043bd7e024c3d587ae5dd101c89a52 /php.ini-recommended
parentb70466417ecdee679324947f3bf4d57ccd5fae6c (diff)
downloadphp-git-9f9f6d2e5d850dc8c5f9d27bc14c750c628c087b.tar.gz
- E_STRICT shouldn't be on by default on production servers.
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index a7718ebb66..5c73442721 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -347,7 +347,7 @@ memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)
;
; - Show all errors, including coding standards warnings
;
-error_reporting = E_ALL | E_STRICT
+error_reporting = E_ALL
; Print out errors (as a part of the output). For production web sites,
; you're strongly encouraged to turn this feature off, and use error logging