Skip to content

Commit 56f49b5

Browse files
committed
Fix GH-2172 (Remove opcache.fast_shutdown from OPcache installation page)
We do not remove it yet, but rather add a respective comment.
1 parent ce78d59 commit 56f49b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/opcache/configure.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ opcache.memory_consumption=128
4343
opcache.interned_strings_buffer=8
4444
opcache.max_accelerated_files=4000
4545
opcache.revalidate_freq=60
46-
opcache.fast_shutdown=1
46+
opcache.fast_shutdown=1 ; prior to PHP 7.2.0
4747
opcache.enable_cli=1
4848
]]>
4949
</programlisting>

0 commit comments

Comments
 (0)