summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-16 08:57:01 +0200
committerRemi Collet <remi@php.net>2023-10-16 08:57:01 +0200
commit757719a6ca5befc5f60765d1d46b762d4be73599 (patch)
tree19773676c3de39784059346cd2033971484b0672 /REFLECTION
parent91fdf064d4ee2f64d877872497729cdd78b04a40 (diff)
update to 3.1.0RC1
add patch for old libevent in EL-7 and EL-8
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION18
1 files changed, 11 insertions, 7 deletions
diff --git a/REFLECTION b/REFLECTION
index daf4066..4e9c65c 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #120 event version 3.0.8 ] {
+Extension [ <persistent> extension #126 event version 3.1.0RC1 ] {
- Dependencies {
Dependency [ sockets (Required) ]
@@ -875,12 +875,15 @@ Extension [ <persistent> extension #120 event version 3.0.8 ] {
Class [ <internal:event> 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 [ <persistent> extension #120 event version 3.0.8 ] {
- Parameters [2] {
Parameter #0 [ <required> EventBase $base ]
- Parameter #1 [ <required> bool $initialize ]
+ Parameter #1 [ <required> mixed $initialize ]
}
}
@@ -1674,8 +1677,8 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <persistent> extension #120 event version 3.0.8 ] {
- Parameters [0] {
}
+ - Tentative return [ void ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {