mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
Fix #78652: 7.1 migration guide says default opcache.enable_cli=1, was reverted to 0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348151 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@@ -163,7 +163,7 @@ string(1) "@"
|
||||
<listitem>
|
||||
<para>
|
||||
The default of this &php.ini; setting has been changed to 1
|
||||
(enabled) in PHP 7.1.2.
|
||||
(enabled) in PHP 7.1.2, and back to 0 (disabled) in PHP 7.1.7.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<entry><link linkend="ini.opcache.enable-cli">opcache.enable_cli</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry></entry>
|
||||
<entry>Between PHP 7.1.2 and 7.1.6 inclusive, the default was "1"</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link
|
||||
|
||||
Reference in New Issue
Block a user