From 5d5af8f7e17949a9118d4e0e6b0f42ae8b9ae776 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Apr 2019 09:22:30 +0200 Subject: v2.5.0 --- PHPINFO | 2 +- REFLECTION | 15 ++++++++++++--- php-pecl-event.spec | 5 ++++- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index caea9fc..b2fd52d 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.4 +Extension version => 2.5.0 libevent2 headers version => 2.1.8-stable diff --git a/REFLECTION b/REFLECTION index 87ee3bc..6ec6f3b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #202 event version 2.4.4 ] { +Extension [ extension #203 event version 2.5.0 ] { - Dependencies { Dependency [ sockets (Required) ] @@ -156,13 +156,15 @@ Extension [ extension #202 event version 2.4.4 ] { Class [ final class EventBase ] { - - Constants [6] { + - Constants [8] { Constant [ public integer LOOP_ONCE ] { 1 } Constant [ public integer LOOP_NONBLOCK ] { 2 } Constant [ public integer NOLOCK ] { 1 } Constant [ public integer STARTUP_IOCP ] { 4 } Constant [ public integer NO_CACHE_TIME ] { 8 } Constant [ public integer EPOLL_USE_CHANGELIST ] { 16 } + Constant [ public integer IGNORE_ENV ] { 2 } + Constant [ public integer PRECISE_TIMER ] { 32 } } - Static properties [0] { @@ -303,7 +305,7 @@ Extension [ extension #202 event version 2.4.4 ] { - Properties [0] { } - - Methods [6] { + - Methods [7] { Method [ public method __construct ] { - Parameters [0] { @@ -344,6 +346,13 @@ Extension [ extension #202 event version 2.4.4 ] { Parameter #2 [ $min_priority ] } } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } } } diff --git a/php-pecl-event.spec b/php-pecl-event.spec index e09fa1e..0d8595e 100644 --- a/php-pecl-event.spec +++ b/php-pecl-event.spec @@ -30,7 +30,7 @@ # After 20-sockets.so %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 2.4.4 +%global upstream_version 2.5.0 #global upstream_prever RC3 Summary: Provides interface to libevent library @@ -278,6 +278,9 @@ fi %changelog +* Mon Apr 29 2019 Remi Collet - 2.5.0-1 +- update to 2.5.0 + * Fri Apr 19 2019 Remi Collet - 2.4.4-1 - update to 2.4.4 -- cgit