diff options
author | Joe Watkins <krakjoe@php.net> | 2017-01-11 11:18:26 +0000 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-01-11 11:18:26 +0000 |
commit | 6fbd61a8199fbac9aac25d0dfaf1402a8f2b4e7b (patch) | |
tree | 7c1c10d83a11958da39be63fcdc990a9736d946d /php.ini-production | |
parent | 6d797630ab17d64f0ee02d9fe58a23c874cc6a67 (diff) | |
parent | ef42f49470c2d5a4c11aa67ebd78e43666555c53 (diff) | |
download | php-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-production | 1 |
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. |