From 337aaeeed5b44ce0ecdc3600fe4557b0e836d926 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Nov 2018 08:59:56 +0100 Subject: v2.4.2 --- REFLECTION | 51 +++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 41 insertions(+), 10 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 1e9efed..390fbe4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #198 event version 2.4.1 ] { +Extension [ extension #197 event version 2.4.2 ] { - Dependencies { Dependency [ sockets (Required) ] @@ -55,7 +55,7 @@ Extension [ extension #198 event version 2.4.1 ] { Property [ public $data ] } - - Methods [12] { + - Methods [13] { Method [ public method __construct ] { - Parameters [5] { @@ -111,6 +111,12 @@ Extension [ extension #198 event version 2.4.1 ] { } } + Method [ public method removeTimer ] { + + - Parameters [0] { + } + } + Method [ public method setTimer ] { - Parameters [3] { @@ -168,7 +174,7 @@ Extension [ extension #198 event version 2.4.1 ] { - Properties [0] { } - - Methods [15] { + - Methods [17] { Method [ public method __construct ] { - Parameters [1] { @@ -265,6 +271,18 @@ Extension [ extension #198 event version 2.4.1 ] { - Parameters [0] { } } + + Method [ public method updateCacheTime ] { + + - Parameters [0] { + } + } + + Method [ public method resume ] { + + - Parameters [0] { + } + } } } @@ -285,7 +303,7 @@ Extension [ extension #198 event version 2.4.1 ] { - Properties [0] { } - - Methods [5] { + - Methods [6] { Method [ public method __construct ] { - Parameters [0] { @@ -317,6 +335,15 @@ Extension [ extension #198 event version 2.4.1 ] { Parameter #0 [ $feature ] } } + + Method [ public method setMaxDispatchInterval ] { + + - Parameters [3] { + Parameter #0 [ $max_interval ] + Parameter #1 [ $max_callbacks ] + Parameter #2 [ $min_priority ] + } + } } } @@ -383,11 +410,12 @@ Extension [ extension #198 event version 2.4.1 ] { } } - - Properties [4] { + - Properties [5] { Property [ public $priority ] Property [ public $fd ] Property [ public $input ] Property [ public $output ] + Property [ public $allow_ssl_dirty_shutdown ] } - Methods [25] { @@ -572,11 +600,12 @@ Extension [ extension #198 event version 2.4.1 ] { Class [ class EventBuffer ] { - - Constants [6] { + - Constants [7] { Constant [ public integer EOL_ANY ] { 0 } Constant [ public integer EOL_CRLF ] { 1 } Constant [ public integer EOL_CRLF_STRICT ] { 2 } Constant [ public integer EOL_LF ] { 3 } + Constant [ public integer EOL_NUL ] { 4 } Constant [ public integer PTR_SET ] { 0 } Constant [ public integer PTR_ADD ] { 1 } } @@ -841,12 +870,14 @@ Extension [ extension #198 event version 2.4.1 ] { Class [ final class EventListener ] { - - Constants [5] { + - Constants [7] { Constant [ public integer OPT_LEAVE_SOCKETS_BLOCKING ] { 1 } Constant [ public integer OPT_CLOSE_ON_FREE ] { 2 } Constant [ public integer OPT_CLOSE_ON_EXEC ] { 4 } Constant [ public integer OPT_REUSEABLE ] { 8 } + Constant [ public integer OPT_DISABLED ] { 32 } Constant [ public integer OPT_THREADSAFE ] { 16 } + Constant [ public integer OPT_DEFERRED_ACCEPT ] { 64 } } - Static properties [0] { @@ -1382,7 +1413,7 @@ Extension [ extension #198 event version 2.4.1 ] { Constant [ public integer SOCK_RAW ] { 3 } Constant [ public integer IPPROTO_IP ] { 0 } Constant [ public integer IPPROTO_IPV6 ] { 41 } - Constant [ public integer LIBEVENT_VERSION_NUMBER ] { 33560064 } + Constant [ public integer LIBEVENT_VERSION_NUMBER ] { 33622016 } } - Static properties [0] { @@ -1483,8 +1514,8 @@ Extension [ extension #198 event version 2.4.1 ] { Constant [ public integer OPT_CIPHER_SERVER_PREFERENCE ] { 15 } Constant [ public integer OPT_REQUIRE_CLIENT_CERT ] { 16 } Constant [ public integer OPT_VERIFY_CLIENT_ONCE ] { 17 } - Constant [ public string OPENSSL_VERSION_TEXT ] { OpenSSL 1.1.0h-fips 27 Mar 2018 } - Constant [ public integer OPENSSL_VERSION_NUMBER ] { 269484175 } + Constant [ public string OPENSSL_VERSION_TEXT ] { OpenSSL 1.1.1 FIPS 11 Sep 2018 } + Constant [ public integer OPENSSL_VERSION_NUMBER ] { 269488143 } Constant [ public integer SSL3_VERSION ] { 768 } Constant [ public integer TLS1_VERSION ] { 769 } Constant [ public integer TLS1_1_VERSION ] { 770 } -- cgit