From be508269ae6515d36db5b5bc7d67e7f40819aba2 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Sat, 21 Sep 2024 22:15:58 +0200 Subject: [PATCH] apcu: add support for PHP 8.4 (#978) --- data/supported-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/supported-extensions b/data/supported-extensions index 91bc2ab..5859385 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 +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_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