]> granicus.if.org Git - php/commitdiff
added a note to opache.fast_shutdown why its not enabled by default in php.ini
authorMarkus Staab <maggus.staab@googlemail.com>
Wed, 11 Jan 2017 10:51:25 +0000 (11:51 +0100)
committerJoe Watkins <krakjoe@php.net>
Wed, 11 Jan 2017 11:18:10 +0000 (11:18 +0000)
php.ini-development
php.ini-production

index 346890a36f5daeb0f83e26782004d37fe453cf34..7435e7668b689c65ff94b35addb414e1a2723c3b 100644 (file)
@@ -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.
index cd80502c5c0f5cebd40bfe201486eb04c452a984..75cd780832a3f5c2b9163ccb143978986da63a8a 100644 (file)
@@ -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.