File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Use the OPcache Byte Code Cache
9191OPcache stores the compiled PHP files to avoid having to recompile them for
9292every request. There are some `byte code caches `_ available, but as of PHP
93935.5, PHP comes with `OPcache `_ built-in. For older versions, the most widely
94- used byte code cache is ` APC `_ .
94+ used byte code cache is APC.
9595
9696.. _performance-use-preloading :
9797
@@ -347,7 +347,6 @@ Learn more
347347.. _`byte code caches` : https://en.wikipedia.org/wiki/List_of_PHP_accelerators
348348.. _`OPcache` : https://www.php.net/manual/en/book.opcache.php
349349.. _`Composer's autoloader optimization` : https://getcomposer.org/doc/articles/autoloader-optimization.md
350- .. _`APC` : https://www.php.net/manual/en/book.apc.php
351350.. _`APCu Polyfill component` : https://github.com/symfony/polyfill-apcu
352351.. _`APCu PHP functions` : https://www.php.net/manual/en/ref.apcu.php
353352.. _`cachetool` : https://github.com/gordalina/cachetool
You can’t perform that action at this time.
0 commit comments