diff --git a/.gitignore b/.gitignore
index 9d3b469..0b371b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/apcu-5.1.18.tgz
+SOURCES/apcu-5.1.23.tgz
diff --git a/.php-pecl-apcu.metadata b/.php-pecl-apcu.metadata
index fa9479c..3e22c6f 100644
--- a/.php-pecl-apcu.metadata
+++ b/.php-pecl-apcu.metadata
@@ -1 +1 @@
-feb857e48c942501f16760460427a5c902eb7a98 SOURCES/apcu-5.1.18.tgz
+a36e4073f6368a21dad433fe07cd01416fcd8723 SOURCES/apcu-5.1.23.tgz
diff --git a/SOURCES/apcu-panel.conf b/SOURCES/apcu-panel.conf
index e51a40f..de7d690 100644
--- a/SOURCES/apcu-panel.conf
+++ b/SOURCES/apcu-panel.conf
@@ -3,15 +3,7 @@ Alias /apcu-panel /usr/share/apcu-panel
- # Apache 2.4
Require local
-
- # Apache 2.2
- Order Deny,Allow
- Deny from All
- Allow from 127.0.0.1
- Allow from ::1
-
diff --git a/SOURCES/apcu.ini b/SOURCES/apcu.ini
index ed8dd16..dacb938 100644
--- a/SOURCES/apcu.ini
+++ b/SOURCES/apcu.ini
@@ -55,7 +55,7 @@ apc.mmap_file_mask=/tmp/apc.XXXXXX
;apc.serializer='php'
; use the SAPI request start time for TTL
-;apc.use_request_time=1
+;apc.use_request_time=0
; Enables APCu handling of signals, such as SIGSEGV, that write core files
; when signaled. APCu will attempt to unmap the shared memory segment in
diff --git a/SPECS/php-pecl-apcu.spec b/SPECS/php-pecl-apcu.spec
index f430136..f51eef4 100644
--- a/SPECS/php-pecl-apcu.spec
+++ b/SPECS/php-pecl-apcu.spec
@@ -1,7 +1,7 @@
# RHEL / Fedora spec file for php-pecl-apcu
#
-# Copyright (c) 2013-2020 Remi Collet
-# License: CC-BY-SA
+# Copyright (c) 2013-2023 Remi Collet
+# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
@@ -16,20 +16,20 @@
Name: php-pecl-apcu
Summary: APC User Cache
-Version: 5.1.18
+Version: 5.1.23
Release: 1%{?dist}
-Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
+Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
Source1: %{pecl_name}.ini
Source2: %{pecl_name}-panel.conf
Source3: %{pecl_name}.conf.php
-License: PHP
-URL: http://pecl.php.net/package/APCu
+License: PHP-3.01
+URL: https://pecl.php.net/package/APCu
+BuildRequires: make
BuildRequires: gcc
-BuildRequires: php-devel > 7
+BuildRequires: php-devel
BuildRequires: php-pear
-BuildRequires: pcre-devel
Requires: php(zend-abi) = %{php_zend_api}
Requires: php(api) = %{php_core_api}
@@ -215,6 +215,12 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon Nov 27 2023 Remi Collet - 5.1.23-1
+- update to 5.1.23 for PHP 8.2 RHEL-14705
+
+* Tue Dec 14 2021 Remi Collet - 5.1.20-1
+- update to 5.1.20
+
* Thu May 14 2020 Remi Collet - 5.1.18-1
- update to 5.1.18