diff options
-rw-r--r-- | PHPINFO | 6 | ||||
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-apcu.spec | 8 |
3 files changed, 12 insertions, 6 deletions
@@ -2,12 +2,12 @@ apcu APCu Support => Enabled -Version => 5.1.26 +Version => 5.1.27 APCu Debugging => Disabled MMAP Support => Enabled -MMAP File Mask => /tmp/apc.W1LoGg +MMAP File Mask => /tmp/apc.ZKInxE Serialization Support => php, brotli, igbinary, lz4, msgpack, snappy, zstd -Build Date => Aug 6 2025 00:00:00 +Build Date => Aug 29 2025 00:00:00 Directive => Local Value => Master Value apc.enabled => On => On @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #67 apcu version 5.1.26 ] { +Extension [ <persistent> extension #67 apcu version 5.1.27 ] { - INI { Entry [ apc.enabled <SYSTEM> ] @@ -46,7 +46,7 @@ Extension [ <persistent> extension #67 apcu version 5.1.26 ] { } - Constants [16] { - Constant [ int ] { 140365786420736 } + Constant [ int ] { 140184057988608 } Constant [ int APC_LIST_ACTIVE ] { 1 } Constant [ int APC_LIST_DELETED ] { 2 } Constant [ int APC_ITER_TYPE ] { 1 } diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec index f9207ef..13acc7e 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -24,7 +24,7 @@ Name: %{?scl_prefix}php-pecl-apcu Summary: APC User Cache -Version: 5.1.26 +Version: 5.1.27 License: PHP-3.01 URL: https://pecl.php.net/package/APCu Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} @@ -243,6 +243,12 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Aug 29 2025 Remi Collet <remi@remirepo.net> - 5.1.27-1 +- update to 5.1.27 + +* Wed Aug 27 2025 Remi Collet <remi@remirepo.net> - 5.1.26-2 +- add upstream patches for 8.5.0beta2 + * Wed Aug 6 2025 Remi Collet <remi@remirepo.net> - 5.1.26-1 - update to 5.1.26 |