From: Markus Staab Date: Wed, 11 Jan 2017 10:51:25 +0000 (+0100) Subject: added a note to opache.fast_shutdown why its not enabled by default in php.ini X-Git-Tag: php-7.1.2RC1~92^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef42f49470c2d5a4c11aa67ebd78e43666555c53;p=php added a note to opache.fast_shutdown why its not enabled by default in php.ini --- diff --git a/php.ini-development b/php.ini-development index 346890a36f..7435e7668b 100644 --- a/php.ini-development +++ b/php.ini-development @@ -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. 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.