From 7f245675c42e09a7e1fbdb65f34f5e67c3a32832 Mon Sep 17 00:00:00 2001 From: Antoine Makdessi Date: Fri, 29 Jan 2021 14:08:39 +0100 Subject: [PATCH 1/2] Update 14-02-01-Opcode-Cache.md --- _posts/14-02-01-Opcode-Cache.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/14-02-01-Opcode-Cache.md b/_posts/14-02-01-Opcode-Cache.md index 4b428f0..6f165e8 100644 --- a/_posts/14-02-01-Opcode-Cache.md +++ b/_posts/14-02-01-Opcode-Cache.md @@ -19,6 +19,7 @@ Read more about opcode caches: * [XCache] * [WinCache] (extension for MS Windows Server) * [list of PHP accelerators on Wikipedia][PHP_accelerators] +* [PHP Preloading] - PHP >= 7.4 [opcache-book]: https://secure.php.net/book.opcache @@ -27,3 +28,4 @@ Read more about opcode caches: [Zend Optimizer+]: https://github.com/zendtech/ZendOptimizerPlus [WinCache]: https://www.iis.net/downloads/microsoft/wincache-extension [PHP_accelerators]: https://wikipedia.org/wiki/List_of_PHP_accelerators +[PHP Preloading]: https://www.php.net/manual/fr/opcache.preloading.php From 4598667c7898abf885de983aec9f4947dfc992be Mon Sep 17 00:00:00 2001 From: Antoine Makdessi Date: Fri, 29 Jan 2021 16:37:13 +0100 Subject: [PATCH 2/2] Update _posts/14-02-01-Opcode-Cache.md Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com> --- _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 6f165e8..5e326ee 100644 --- a/_posts/14-02-01-Opcode-Cache.md +++ b/_posts/14-02-01-Opcode-Cache.md @@ -28,4 +28,4 @@ Read more about opcode caches: [Zend Optimizer+]: https://github.com/zendtech/ZendOptimizerPlus [WinCache]: https://www.iis.net/downloads/microsoft/wincache-extension [PHP_accelerators]: https://wikipedia.org/wiki/List_of_PHP_accelerators -[PHP Preloading]: https://www.php.net/manual/fr/opcache.preloading.php +[PHP Preloading]: https://www.php.net/opcache.preloading