summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-08-06 05:50:59 +0200
committerRemi Collet <remi@php.net>2025-08-06 05:50:59 +0200
commit72f2965867657691cb218ec4f701d6520edef72f (patch)
treeb4e2256e4c18b2c92d4c3f31f9746f53bd1215c2
parent74cf33c3c4ff9fdc4d35e08824016cbf53fe4ee8 (diff)
update to 5.1.26HEADmaster
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-apcu.spec10
3 files changed, 10 insertions, 10 deletions
diff --git a/PHPINFO b/PHPINFO
index c471df0..d3b9f06 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,12 +2,12 @@
apcu
APCu Support => Enabled
-Version => 5.1.25
+Version => 5.1.26
APCu Debugging => Disabled
MMAP Support => Enabled
-MMAP File Mask => /tmp/apc.MgbMqF
+MMAP File Mask => /tmp/apc.W1LoGg
Serialization Support => php, brotli, igbinary, lz4, msgpack, snappy, zstd
-Build Date => Jul 29 2025 00:00:00
+Build Date => Aug 6 2025 00:00:00
Directive => Local Value => Master Value
apc.enabled => On => On
diff --git a/REFLECTION b/REFLECTION
index 376c820..7a7c81f 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #67 apcu version 5.1.25 ] {
+Extension [ <persistent> extension #67 apcu version 5.1.26 ] {
- INI {
Entry [ apc.enabled <SYSTEM> ]
@@ -46,7 +46,7 @@ Extension [ <persistent> extension #67 apcu version 5.1.25 ] {
}
- Constants [16] {
- Constant [ int ] { 140170565342720 }
+ Constant [ int ] { 140365786420736 }
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 c4c7b59..f9207ef 100644
--- a/php-pecl-apcu.spec
+++ b/php-pecl-apcu.spec
@@ -24,10 +24,10 @@
Name: %{?scl_prefix}php-pecl-apcu
Summary: APC User Cache
-Version: 5.1.25
+Version: 5.1.26
License: PHP-3.01
URL: https://pecl.php.net/package/APCu
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
Source1: %{pecl_name}-5.1.25.ini
Source2: %{pecl_name}-panel.conf
@@ -185,9 +185,6 @@ done
%check
cd %{sources}
-# see https://github.com/krakjoe/apcu/pull/579
-sed -e 's/%s/%A/' -i tests/apc_entry_003.phpt
-
%if 0%{?rhel} == 8
# Erratic results
rm tests/apc_mmap_hugepage_002.phpt
@@ -246,6 +243,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Aug 6 2025 Remi Collet <remi@remirepo.net> - 5.1.26-1
+- update to 5.1.26
+
* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 5.1.25-2
- rebuild for 8.5.0alpha3