From 62e67989a35247263c370b5ecebb4e69b73b0709 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sat, 21 Sep 2024 21:07:45 +0200 Subject: [PATCH] Release apcu 5.1.24 --- package.xml | 8 +++++--- php_apc.h | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index 25433c18..34716dee 100644 --- a/package.xml +++ b/package.xml @@ -28,9 +28,9 @@ nikic@php.net yes - 2023-11-11 + 2024-09-21 - 5.1.24dev + 5.1.24 5.1.18 @@ -39,7 +39,9 @@ PHP License -- TBD +- Make compatible with PHP 8.4. +- apc.php: Preserve search parameter when deleting entry. +- apc.PHP: Allow arbitrary search regex. diff --git a/php_apc.h b/php_apc.h index 4456f3f9..44ee5619 100644 --- a/php_apc.h +++ b/php_apc.h @@ -33,7 +33,7 @@ #include "apc.h" #include "apc_globals.h" -#define PHP_APCU_VERSION "5.1.23-dev" +#define PHP_APCU_VERSION "5.1.24" #define PHP_APCU_EXTNAME "apcu" PHP_APCU_API zend_bool apc_is_enabled(void);