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
91
91
OPcache stores the compiled PHP files to avoid having to recompile them for
92
92
every request. There are some `byte code caches `_ available, but as of PHP
93
93
5.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.
95
95
96
96
.. _performance-use-preloading :
97
97
@@ -347,7 +347,6 @@ Learn more
347
347
.. _`byte code caches` : https://en.wikipedia.org/wiki/List_of_PHP_accelerators
348
348
.. _`OPcache` : https://www.php.net/manual/en/book.opcache.php
349
349
.. _`Composer's autoloader optimization` : https://getcomposer.org/doc/articles/autoloader-optimization.md
350
- .. _`APC` : https://www.php.net/manual/en/book.apc.php
351
350
.. _`APCu Polyfill component` : https://github.com/symfony/polyfill-apcu
352
351
.. _`APCu PHP functions` : https://www.php.net/manual/en/ref.apcu.php
353
352
.. _`cachetool` : https://github.com/gordalina/cachetool
You can’t perform that action at this time.
0 commit comments