From 757719a6ca5befc5f60765d1d46b762d4be73599 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Oct 2023 08:57:01 +0200 Subject: update to 3.1.0RC1 add patch for old libevent in EL-7 and EL-8 --- REFLECTION | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index daf4066..4e9c65c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 event version 3.0.8 ] { +Extension [ extension #126 event version 3.1.0RC1 ] { - Dependencies { Dependency [ sockets (Required) ] @@ -875,12 +875,15 @@ Extension [ extension #120 event version 3.0.8 ] { Class [ final class EventDnsBase ] { - - Constants [5] { + - Constants [8] { Constant [ public int OPTION_SEARCH ] { 1 } Constant [ public int OPTION_NAMESERVERS ] { 2 } Constant [ public int OPTION_MISC ] { 4 } Constant [ public int OPTION_HOSTSFILE ] { 8 } Constant [ public int OPTIONS_ALL ] { 15 } + Constant [ public int DISABLE_WHEN_INACTIVE ] { 32768 } + Constant [ public int INITIALIZE_NAMESERVERS ] { 1 } + Constant [ public int NAMESERVERS_NO_DEFAULT ] { 65536 } } - Static properties [0] { @@ -897,7 +900,7 @@ Extension [ extension #120 event version 3.0.8 ] { - Parameters [2] { Parameter #0 [ EventBase $base ] - Parameter #1 [ bool $initialize ] + Parameter #1 [ mixed $initialize ] } } @@ -1674,8 +1677,8 @@ Extension [ extension #120 event version 3.0.8 ] { 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 1.1.1n FIPS 15 Mar 2022 } - Constant [ public int OPENSSL_VERSION_NUMBER ] { 269488367 } + Constant [ public string OPENSSL_VERSION_TEXT ] { OpenSSL 3.0.9 30 May 2023 } + Constant [ public int OPENSSL_VERSION_NUMBER ] { 805306512 } Constant [ public int SSL3_VERSION ] { 768 } Constant [ public int TLS1_VERSION ] { 769 } Constant [ public int TLS1_1_VERSION ] { 770 } @@ -1736,8 +1739,8 @@ Extension [ extension #120 event version 3.0.8 ] { - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] Property [ public $errorInfo = NULL ] } @@ -1755,6 +1758,7 @@ Extension [ extension #120 event version 3.0.8 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { -- cgit