From 9c813a3aaed35ba7477df543dada73c8e5d49c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A8ve=20Caillault?= Date: Sun, 1 Mar 2026 09:29:59 +0100 Subject: [PATCH] =?UTF-8?q?Correctif=20pour=20la=20configuration=20d'OPcac?= =?UTF-8?q?he=20en=20d=C3=A9veloppement.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- host/php/conf/opcache.dev.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/php/conf/opcache.dev.ini b/host/php/conf/opcache.dev.ini index 7fac710..82e2945 100644 --- a/host/php/conf/opcache.dev.ini +++ b/host/php/conf/opcache.dev.ini @@ -6,7 +6,7 @@ opcache.enable_cli=1 opcache.memory_consumption=128 opcache.interned_strings_buffer=8 opcache.max_accelerated_files=4000 -opcache.validate_timestamps=0 +opcache.validate_timestamps=1 opcache.revalidate_freq=0 opcache.jit=0 opcache.jit_buffer_size=0 \ No newline at end of file