summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorMarkus Staab <maggus.staab@googlemail.com>2017-01-11 11:51:25 +0100
committerJoe Watkins <krakjoe@php.net>2017-01-11 11:18:10 +0000
commitef42f49470c2d5a4c11aa67ebd78e43666555c53 (patch)
tree5fcc862b434a679577cf340e17ec6efe8a8b971b /php.ini-production
parentb2782c6dc5f46aa6bca3b0bc5b8fa9bc8384e09b (diff)
downloadphp-git-ef42f49470c2d5a4c11aa67ebd78e43666555c53.tar.gz
added a note to opache.fast_shutdown why its not enabled by default in php.ini
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production1
1 files changed, 1 insertions, 0 deletions
diff --git a/php.ini-production b/php.ini-production
index cd80502c5c..75cd780832 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -1805,6 +1805,7 @@ ldap.max_links = -1
;opcache.save_comments=1
; If enabled, a fast shutdown sequence is used for the accelerated code
+; Depending on the used Memory Manager this may cause some incompatibilities.
;opcache.fast_shutdown=0
; Allow file existence override (file_exists, etc.) performance feature.