From 3310049564555bc500714296b08aaede2a5d2f9d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Aug 2019 09:06:20 +0200 Subject: v1.1.3 --- PHPINFO | 2 +- REFLECTION | 61 ++++++++++++++++++++++++++++++++++++++++++++++++-- php-pecl-parallel.spec | 9 +++++--- 3 files changed, 66 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 43cc56a..c5bff55 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,4 @@ parallel parallel support => enabled -parallel version => 1.1.2 +parallel version => 1.1.3 diff --git a/REFLECTION b/REFLECTION index 26d873d..a877e1d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #127 parallel version 1.1.2 ] { +Extension [ extension #125 parallel version 1.1.3 ] { - Functions { Function [ function parallel\bootstrap ] { @@ -23,7 +23,7 @@ Extension [ extension #127 parallel version 1.1.2 ] { } } - - Classes [36] { + - Classes [37] { Class [ class parallel\Error extends Error implements Throwable ] { - Constants [0] { @@ -366,6 +366,63 @@ Extension [ extension #127 parallel version 1.1.2 ] { } } + Class [ class parallel\Runtime\Error\IllegalVariable extends parallel\Runtime\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + Class [ class parallel\Runtime\Error\IllegalParameter extends parallel\Runtime\Error implements Throwable ] { - Constants [0] { diff --git a/php-pecl-parallel.spec b/php-pecl-parallel.spec index 9ff0f95..56d869d 100644 --- a/php-pecl-parallel.spec +++ b/php-pecl-parallel.spec @@ -13,7 +13,7 @@ Summary: Parallel concurrency API Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.1.2 +Version: 1.1.3 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} @@ -40,11 +40,11 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{relea Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "7.3" -Obsoletes: php73-pecl-%{pecl_name} <= %{version} +Obsoletes: php73-pecl-%{pecl_name} <= %{version} Obsoletes: php73w-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.4" -Obsoletes: php74-pecl-%{pecl_name} <= %{version} +Obsoletes: php74-pecl-%{pecl_name} <= %{version} Obsoletes: php74w-pecl-%{pecl_name} <= %{version} %endif %endif @@ -168,6 +168,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 14 2019 Remi Collet - 1.1.3-1 +- update to 1.1.3 + * Thu Jun 13 2019 Remi Collet - 1.1.2-1 - update to 1.1.2 -- cgit