Skip to content

Commit 88f889b

Browse files
committed
minor #20025 Remove broken link to apc documentation (MrYamous)
This PR was merged into the 5.4 branch. Discussion ---------- Remove broken link to apc documentation APC documentation is no longer available on the PHP website Commits ------- 102bad6 remove link to apc documentation
2 parents c41d59b + 102bad6 commit 88f889b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

performance.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Use the OPcache Byte Code Cache
9191
OPcache stores the compiled PHP files to avoid having to recompile them for
9292
every request. There are some `byte code caches`_ available, but as of PHP
9393
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.
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

0 commit comments

Comments
 (0)