summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-02-10 15:49:02 +0100
committerRemi Collet <remi@php.net>2026-02-10 15:49:02 +0100
commitc2358d9b935aca18adac53c2607d878d0192e198 (patch)
tree78fe11d46a1b5fb1cc20806f3fece32cb6c69296
parent3faed0c7122944c44ba2bcee649998693f7e8b03 (diff)
update to 3.1.5 (no change)HEADmaster
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION8
-rw-r--r--php-pecl-event.spec7
3 files changed, 10 insertions, 7 deletions
diff --git a/PHPINFO b/PHPINFO
index 7ca7ab2..fe2238f 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -7,5 +7,5 @@ Debug support => disabled
Extra functionality support including HTTP, DNS, and RPC => enabled
OpenSSL support => enabled
Thread safety support => disabled
-Extension version => 3.1.4
+Extension version => 3.1.5
libevent2 headers version => 2.1.12-stable
diff --git a/REFLECTION b/REFLECTION
index 4d5bd2b..1cc4e8b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,11 +1,11 @@
-Extension [ <persistent> extension #71 event version 3.1.4 ] {
+Extension [ <persistent> extension #78 event version 3.1.5 ] {
- Dependencies {
Dependency [ sockets (Required) ]
}
- Constants [1] {
- Constant [ string EVENT_NS ] { }
+ Constant [ <persistent> string EVENT_NS ] { }
}
- Classes [13] {
@@ -1677,8 +1677,8 @@ Extension [ <persistent> extension #71 event version 3.1.4 ] {
Constant [ public int OPT_CIPHER_SERVER_PREFERENCE ] { 15 }
Constant [ public int OPT_REQUIRE_CLIENT_CERT ] { 16 }
Constant [ public int OPT_VERIFY_CLIENT_ONCE ] { 17 }
- Constant [ public string OPENSSL_VERSION_TEXT ] { OpenSSL 3.1.1 30 May 2023 }
- Constant [ public int OPENSSL_VERSION_NUMBER ] { 806354960 }
+ Constant [ public string OPENSSL_VERSION_TEXT ] { OpenSSL 3.5.4 30 Sep 2025 }
+ Constant [ public int OPENSSL_VERSION_NUMBER ] { 810549312 }
Constant [ public int SSL3_VERSION ] { 768 }
Constant [ public int TLS1_VERSION ] { 769 }
Constant [ public int TLS1_1_VERSION ] { 770 }
diff --git a/php-pecl-event.spec b/php-pecl-event.spec
index e5a6918..3cb4a2b 100644
--- a/php-pecl-event.spec
+++ b/php-pecl-event.spec
@@ -3,7 +3,7 @@
#
# Fedora spec file for php-pecl-event
#
-# SPDX-FileCopyrightText: Copyright 2013-2025 Remi Collet
+# SPDX-FileCopyrightText: Copyright 2013-2026 Remi Collet
# SPDX-License-Identifier: CECILL-2.1
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
@@ -24,7 +24,7 @@
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
# After 20-sockets.so
%global ini_name 40-%{pecl_name}.ini
-%global upstream_version 3.1.4
+%global upstream_version 3.1.5
#global upstream_prever RC1
#global upstream_postver r1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -221,6 +221,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Feb 10 2026 Remi Collet <remi@remirepo.net> - 3.1.5-1
+- update to 3.1.5 (no change)
+
* Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 3.1.4-3
- rebuild for PHP 8.5.0RC1