summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--10-opcache.ini2
-rw-r--r--php.ini7
2 files changed, 5 insertions, 4 deletions
diff --git a/10-opcache.ini b/10-opcache.ini
index cd4c8fa..39c6b6f 100644
--- a/10-opcache.ini
+++ b/10-opcache.ini
@@ -14,7 +14,7 @@ opcache.memory_consumption=128
opcache.interned_strings_buffer=8
; The maximum number of keys (scripts) in the OPcache hash table.
-; Only numbers between 200 and 100000 are allowed.
+; Only numbers between 200 and 1000000 are allowed.
opcache.max_accelerated_files=4000
; The maximum percentage of "wasted" memory until a restart is scheduled.
diff --git a/php.ini b/php.ini
index fba59c8..43c1877 100644
--- a/php.ini
+++ b/php.ini
@@ -155,7 +155,7 @@
; track_errors
; Default Value: Off
-; Development Value: On
+; Development Value: Off
; Production Value: Off
; variables_order
@@ -525,11 +525,12 @@ report_memleaks = On
; Store the last error/warning message in $php_errormsg (boolean). Setting this value
; to On can assist in debugging and is appropriate for development servers. It should
; however be disabled on production servers.
+; This directive is DEPRECATED.
; Default Value: Off
-; Development Value: On
+; Development Value: Off
; Production Value: Off
; http://php.net/track-errors
-track_errors = Off
+;track_errors = Off
; Turn off normal error reporting and emit XML-RPC error XML
; http://php.net/xmlrpc-errors