summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-09 08:28:32 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-09 08:28:32 +0100
commit07f7ab8ccb08e1ebf1e0e265f6a05ddc36613434 (patch)
treed599c356f511e1564a7d286af7ccfd774d2651b2
parent32f05d377c8aef7c24973d06949540986b304f7a (diff)
php-pecl-swoole: 1.9.4
-rw-r--r--REFLECTION15
-rw-r--r--php-pecl-swoole.spec5
2 files changed, 15 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index 41b4393..a5ade8b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #126 swoole version 1.9.3 ] {
+Extension [ <persistent> extension #80 swoole version 1.9.4 ] {
- INI {
Entry [ swoole.aio_thread_num <ALL> ]
@@ -63,7 +63,7 @@ Extension [ <persistent> extension #126 swoole version 1.9.3 ] {
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.3 }
+ Constant [ string SWOOLE_VERSION ] { 1.9.4 }
Constant [ integer SWOOLE_AIO_BASE ] { 0 }
Constant [ integer SWOOLE_AIO_LINUX ] { 1 }
Constant [ integer SWOOLE_FILELOCK ] { 2 }
@@ -970,10 +970,11 @@ Extension [ <persistent> extension #126 swoole version 1.9.3 ] {
- Static methods [0] {
}
- - Properties [3] {
+ - Properties [4] {
Property [ <default> public $errCode ]
Property [ <default> public $sock ]
Property [ <default> public $reuse ]
+ Property [ <default> public $reuseCount ]
}
- Methods [22] {
@@ -2142,7 +2143,7 @@ Extension [ <persistent> extension #126 swoole version 1.9.3 ] {
- Properties [0] {
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [1] {
@@ -2201,6 +2202,12 @@ Extension [ <persistent> extension #126 swoole version 1.9.3 ] {
}
}
+ Method [ <internal:swoole> public method recycle ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:swoole> public method clear ] {
- Parameters [0] {
diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec
index b3e6fb1..d8c4eab 100644
--- a/php-pecl-swoole.spec
+++ b/php-pecl-swoole.spec
@@ -30,7 +30,7 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.9.3
+Version: 1.9.4
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
Group: Development/Languages
@@ -264,6 +264,9 @@ cd ../ZTS
%changelog
+* Mon Jan 9 2017 Remi Collet <remi@fedoraproject.org> - 1.9.4-1
+- Update to 1.9.4
+
* Fri Dec 23 2016 Remi Collet <remi@fedoraproject.org> - 1.9.3-1
- Update to 1.9.3