diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 8 | ||||
| -rw-r--r-- | php-pecl-event.spec | 7 |
3 files changed, 10 insertions, 7 deletions
@@ -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 @@ -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 |
