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 --- PHPINFO | 4 ++-- REFLECTION | 51 +++++++++++++++++++++++++++++++++++++++++---------- php-pecl-event.spec | 7 +++++-- 3 files changed, 48 insertions(+), 14 deletions(-) diff --git a/PHPINFO b/PHPINFO index 1f6bd38..92f9235 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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 => 2.4.1 -libevent2 headers version => 2.0.22-stable +Extension version => 2.4.2 +libevent2 headers version => 2.1.8-stable 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 } diff --git a/php-pecl-event.spec b/php-pecl-event.spec index 7f207c3..ad2315f 100644 --- a/php-pecl-event.spec +++ b/php-pecl-event.spec @@ -30,13 +30,13 @@ # After 20-sockets.so %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 2.4.1 +%global upstream_version 2.4.2 #global upstream_prever RC3 Summary: Provides interface to libevent library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/event Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -278,6 +278,9 @@ fi %changelog +* Mon Nov 26 2018 Remi Collet - 2.4.2-1 +- update to 2.4.2 + * Thu Aug 16 2018 Remi Collet - 2.4.1-2 - rebuild for 7.3.0beta2 new ABI -- cgit