summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-11-02 05:33:13 +0100
committerRemi Collet <remi@remirepo.net>2017-11-02 05:33:13 +0100
commit881891f99de914d4041e080e4cf583155138e755 (patch)
tree337e7af141114269f18d99849165c2dbc4abb3d4
parent94627b3e6af2b540367e393de5c7117e6dbc99fa (diff)
v1.9.22
-rw-r--r--REFLECTION14
-rw-r--r--php-pecl-swoole.spec5
2 files changed, 15 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index fd1902a..7a7f27f 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #80 swoole version 1.9.21 ] {
+Extension [ <persistent> extension #81 swoole version 1.9.22 ] {
- INI {
Entry [ swoole.aio_thread_num <ALL> ]
@@ -63,7 +63,7 @@ Extension [ <persistent> extension #80 swoole version 1.9.21 ] {
Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 }
Constant [ integer SWOOLE_EVENT_READ ] { 512 }
Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 }
- Constant [ string SWOOLE_VERSION ] { 1.9.21 }
+ Constant [ string SWOOLE_VERSION ] { 1.9.22 }
Constant [ integer SWOOLE_AIO_BASE ] { 0 }
Constant [ integer SWOOLE_AIO_LINUX ] { 1 }
Constant [ integer SWOOLE_FILELOCK ] { 2 }
@@ -745,7 +745,7 @@ Extension [ <persistent> extension #80 swoole version 1.9.21 ] {
- Static properties [0] {
}
- - Static methods [6] {
+ - Static methods [7] {
Method [ <internal:swoole> static public method read ] {
- Parameters [4] {
@@ -798,6 +798,14 @@ Extension [ <persistent> extension #80 swoole version 1.9.21 ] {
Parameter #0 [ <required> array $settings ]
}
}
+
+ Method [ <internal:swoole> static public method exec ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $command ]
+ Parameter #1 [ <required> $callback ]
+ }
+ }
}
- Properties [0] {
diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec
index 08d8dfd..bcf4289 100644
--- a/php-pecl-swoole.spec
+++ b/php-pecl-swoole.spec
@@ -32,7 +32,7 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.9.21
+Version: 1.9.22
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
Group: Development/Languages
@@ -312,6 +312,9 @@ cd ../ZTS
%changelog
+* Thu Nov 2 2017 Remi Collet <remi@remirepo.net> - 1.9.22-1
+- Update to 1.9.22
+
* Tue Sep 26 2017 Remi Collet <remi@remirepo.net> - 1.9.21-1
- Update to 1.9.21