From d0caaf22adbe5a0a6afeb7144bb287655bf4d792 Mon Sep 17 00:00:00 2001 From: Crizomb <62544756+Crizomb@users.noreply.github.com> Date: Sun, 17 May 2026 18:19:57 +0200 Subject: [PATCH] PHP OPcache replaced dead link https://www.php.net/manual/en/intro.opcache.php is dead https://www.php.net/manual/en/book.opcache.php is alive Signed-off-by: Crizomb <62544756+Crizomb@users.noreply.github.com> --- admin_manual/installation/server_tuning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/server_tuning.rst b/admin_manual/installation/server_tuning.rst index 8cb3ac2c439..ef11cbf5cfb 100644 --- a/admin_manual/installation/server_tuning.rst +++ b/admin_manual/installation/server_tuning.rst @@ -128,7 +128,7 @@ more processes to run in parallel to handle the requests. Enable PHP OPcache ------------------ -The `OPcache `_ improves the performance of PHP applications by caching precompiled bytecode. +The `OPcache `_ improves the performance of PHP applications by caching precompiled bytecode. Revalidation ^^^^^^^^^^^^