From cc1a94fc1671b41b75f220d5220b877b35684eb9 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 20 Sep 2024 14:04:27 +0200 Subject: [PATCH] APCu doesn't work with PHP 8.4 at the moment (#977) See https://github.com/krakjoe/apcu/issues/523 --- data/supported-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/supported-extensions b/data/supported-extensions index 5859385..91bc2ab 100644 --- a/data/supported-extensions +++ b/data/supported-extensions @@ -1,5 +1,5 @@ amqp 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 -apcu 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 +apcu 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 apcu_bc 7.0 7.1 7.2 7.3 7.4 ast 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 bcmath 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4