diff options
author | Remi Collet <remi@remirepo.net> | 2019-08-14 09:06:20 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-08-14 09:06:20 +0200 |
commit | 3310049564555bc500714296b08aaede2a5d2f9d (patch) | |
tree | cacf2766d576f9150cd9aad3a3a4ed744b7cbbd8 | |
parent | 0bffad28e6a94d0007c5e407a042b0028f5c231e (diff) |
v1.1.3
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 61 | ||||
-rw-r--r-- | php-pecl-parallel.spec | 9 |
3 files changed, 66 insertions, 6 deletions
@@ -2,4 +2,4 @@ parallel parallel support => enabled -parallel version => 1.1.2 +parallel version => 1.1.3 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #127 parallel version 1.1.2 ] { +Extension [ <persistent> extension #125 parallel version 1.1.3 ] { - Functions { Function [ <internal:parallel> function parallel\bootstrap ] { @@ -23,7 +23,7 @@ Extension [ <persistent> extension #127 parallel version 1.1.2 ] { } } - - Classes [36] { + - Classes [37] { Class [ <internal:parallel> class parallel\Error extends Error implements Throwable ] { - Constants [0] { @@ -366,6 +366,63 @@ Extension [ <persistent> extension #127 parallel version 1.1.2 ] { } } + Class [ <internal:parallel> class parallel\Runtime\Error\IllegalVariable extends parallel\Runtime\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Error, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Error> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Error, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Error, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Error, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Error, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Error, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Error, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Error, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Error, prototype Throwable> public method __toString ] { + } + } + } + Class [ <internal:parallel> 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 <remi@remirepo.net> - 1.1.3-1 +- update to 1.1.3 + * Thu Jun 13 2019 Remi Collet <remi@remirepo.net> - 1.1.2-1 - update to 1.1.2 |