summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-11-26 08:59:56 +0100
committerRemi Collet <remi@remirepo.net>2018-11-26 08:59:56 +0100
commit337aaeeed5b44ce0ecdc3600fe4557b0e836d926 (patch)
tree884aba842487e44d6feda69b091ea20bcbbd016f /REFLECTION
parent1f148e55eac0725000fa31b536fbeccb0ddf8829 (diff)
v2.4.2
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION51
1 files changed, 41 insertions, 10 deletions
diff --git a/REFLECTION b/REFLECTION
index 1e9efed..390fbe4 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #198 event version 2.4.1 ] {
+Extension [ <persistent> extension #197 event version 2.4.2 ] {
- Dependencies {
Dependency [ sockets (Required) ]
@@ -55,7 +55,7 @@ Extension [ <persistent> extension #198 event version 2.4.1 ] {
Property [ <default> public $data ]
}
- - Methods [12] {
+ - Methods [13] {
Method [ <internal:event, ctor> public method __construct ] {
- Parameters [5] {
@@ -111,6 +111,12 @@ Extension [ <persistent> extension #198 event version 2.4.1 ] {
}
}
+ Method [ <internal:event> public method removeTimer ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:event> public method setTimer ] {
- Parameters [3] {
@@ -168,7 +174,7 @@ Extension [ <persistent> extension #198 event version 2.4.1 ] {
- Properties [0] {
}
- - Methods [15] {
+ - Methods [17] {
Method [ <internal:event, ctor> public method __construct ] {
- Parameters [1] {
@@ -265,6 +271,18 @@ Extension [ <persistent> extension #198 event version 2.4.1 ] {
- Parameters [0] {
}
}
+
+ Method [ <internal:event> public method updateCacheTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:event> public method resume ] {
+
+ - Parameters [0] {
+ }
+ }
}
}
@@ -285,7 +303,7 @@ Extension [ <persistent> extension #198 event version 2.4.1 ] {
- Properties [0] {
}
- - Methods [5] {
+ - Methods [6] {
Method [ <internal:event, ctor> public method __construct ] {
- Parameters [0] {
@@ -317,6 +335,15 @@ Extension [ <persistent> extension #198 event version 2.4.1 ] {
Parameter #0 [ <required> $feature ]
}
}
+
+ Method [ <internal:event> public method setMaxDispatchInterval ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $max_interval ]
+ Parameter #1 [ <required> $max_callbacks ]
+ Parameter #2 [ <required> $min_priority ]
+ }
+ }
}
}
@@ -383,11 +410,12 @@ Extension [ <persistent> extension #198 event version 2.4.1 ] {
}
}
- - Properties [4] {
+ - Properties [5] {
Property [ <default> public $priority ]
Property [ <default> public $fd ]
Property [ <default> public $input ]
Property [ <default> public $output ]
+ Property [ <default> public $allow_ssl_dirty_shutdown ]
}
- Methods [25] {
@@ -572,11 +600,12 @@ Extension [ <persistent> extension #198 event version 2.4.1 ] {
Class [ <internal:event> 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 [ <persistent> extension #198 event version 2.4.1 ] {
Class [ <internal:event> 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 [ <persistent> 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 [ <persistent> 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 }