mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fix #66363 update opcache docs to reflect it can only be compiled shared
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332519 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
da736604d1
commit
31f23e601c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<title>PHP 5.5.0 and later</title>
|
||||
|
||||
<para>
|
||||
By default, OPcache will be compiled as a shared extension. If you have
|
||||
OPcache can only be compiled as a shared extension. If you have
|
||||
disabled the building of default extensions with
|
||||
<option role="configure">--disable-all</option>, you must compile PHP with
|
||||
the <option role="configure">--enable-opcache</option> option for OPcache
|
||||
|
|
Loading…
Reference in a new issue