From 2cc632ddea2d70c765afc43f76e614a12f8881fd Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Fri, 4 Sep 2026 10:12:40 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B010026=20-=20Problem=20with=20apc-emulati?= =?UTF-8?q?on=20when=20no=20file=20is=20present?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/apc-emulation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/apc-emulation.php b/core/apc-emulation.php index a1bcad7bbc..318c8c2311 100644 --- a/core/apc-emulation.php +++ b/core/apc-emulation.php @@ -272,6 +272,7 @@ class apcFile return; } if (!self::$aFilesByTime) { + self::$aFilesByTime = []; self::ListFilesByTime(); self::$iFileCount = count(self::$aFilesByTime); if ($iMaxFiles !== 0) {