From 656fa79b5a87c1649a79e454180fe56b270dab51 Mon Sep 17 00:00:00 2001 From: Derick Alangi Date: Sat, 4 Jun 2022 06:23:38 +0100 Subject: [PATCH] Update the current working APC docs The previous docs link isn't found on the php.net website but there is docs for APC so this patch just updates to the current valid docs on the website. --- _posts/14-02-01-Opcode-Cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/14-02-01-Opcode-Cache.md b/_posts/14-02-01-Opcode-Cache.md index 5e326ee..fe63ed3 100644 --- a/_posts/14-02-01-Opcode-Cache.md +++ b/_posts/14-02-01-Opcode-Cache.md @@ -23,7 +23,7 @@ Read more about opcode caches: [opcache-book]: https://secure.php.net/book.opcache -[APC]: https://secure.php.net/book.apc +[APC]: https://www.php.net/book.apcu [XCache]: https://xcache.lighttpd.net/ [Zend Optimizer+]: https://github.com/zendtech/ZendOptimizerPlus [WinCache]: https://www.iis.net/downloads/microsoft/wincache-extension