summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-01-11 11:18:26 +0000
committerJoe Watkins <krakjoe@php.net>2017-01-11 11:18:26 +0000
commit6fbd61a8199fbac9aac25d0dfaf1402a8f2b4e7b (patch)
tree7c1c10d83a11958da39be63fcdc990a9736d946d /php.ini-production
parent6d797630ab17d64f0ee02d9fe58a23c874cc6a67 (diff)
parentef42f49470c2d5a4c11aa67ebd78e43666555c53 (diff)
downloadphp-git-6fbd61a8199fbac9aac25d0dfaf1402a8f2b4e7b.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: 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 7efb891e38..601e41c573 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -1820,6 +1820,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.