From 024e21759831a37f8f79236cae8bd0306b4b1db1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Jul 2016 14:09:33 +0200 Subject: php-pecl-swoole: 1.8.7 --- REFLECTION | 39 ++++++++++++++++++++++++++------------- php-pecl-swoole.spec | 5 ++++- 2 files changed, 30 insertions(+), 14 deletions(-) diff --git a/REFLECTION b/REFLECTION index 833751b..75144e7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #166 swoole version 1.8.6 ] { +Extension [ extension #113 swoole version 1.8.7 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -63,7 +63,7 @@ Extension [ extension #166 swoole version 1.8.6 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.8.6 } + Constant [ string SWOOLE_VERSION ] { 1.8.7 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } @@ -141,6 +141,12 @@ Extension [ extension #166 swoole version 1.8.6 ] { Parameter #1 [ $callback ] } } + Function [ function swoole_timer_exists ] { + + - Parameters [1] { + Parameter #0 [ $timer_id ] + } + } Function [ function swoole_timer_clear ] { - Parameters [1] { @@ -504,7 +510,7 @@ Extension [ extension #166 swoole version 1.8.6 ] { - Static properties [0] { } - - Static methods [3] { + - Static methods [4] { Method [ static public method tick ] { - Parameters [3] { @@ -522,6 +528,13 @@ Extension [ extension #166 swoole version 1.8.6 ] { } } + Method [ static public method exists ] { + + - Parameters [1] { + Parameter #0 [ $timer_id ] + } + } + Method [ static public method clear ] { - Parameters [1] { @@ -1749,7 +1762,7 @@ Extension [ extension #166 swoole version 1.8.6 ] { } } - Class [ class swoole_mysql_exception extends Exception ] { + Class [ class swoole_mysql_exception extends Exception implements Throwable ] { - Constants [0] { } @@ -1768,7 +1781,7 @@ Extension [ extension #166 swoole version 1.8.6 ] { } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -1780,28 +1793,28 @@ Extension [ extension #166 swoole version 1.8.6 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 4fde2d9..f7cd859 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -34,7 +34,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.8.6 +Version: 1.8.7 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -269,6 +269,9 @@ cd ../ZTS %changelog +* Fri Jul 01 2016 Remi Collet - 1.8.7-1 +- Update to 1.8.7 + * Thu Jun 16 2016 Remi Collet - 1.8.6-1 - Update to 1.8.6 - drop --enable-async-mysql and --enable-async-httpclient -- cgit