From b0097920541f1b3ea1df22e4303468517af5e74e Mon Sep 17 00:00:00 2001 From: David Prevot Date: Mon, 23 Oct 2023 18:12:34 +0200 Subject: [PATCH] HowtoPHP: reload is enough to reset OPCache according to Ludo --- HowtoPHP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoPHP.md b/HowtoPHP.md index 8afff307..629f0c86 100644 --- a/HowtoPHP.md +++ b/HowtoPHP.md @@ -842,7 +842,7 @@ On peut : * Appeler la fonction PHP opcache_reset() (solution applicative) * Note : dans le workflow de déploiement, cette fonction doit être appelée par le serveur web, et non par PHP en CLI. -* Redémarrer le service PHP-FPM (solution radicale). +* Recharger le service PHP-FPM (solution radicale). * Utiliser CacheTool (solution CLI) : ~~~