summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-23 07:05:46 +0200
committerRemi Collet <remi@remirepo.net>2019-04-23 07:05:46 +0200
commit6489350653c75fccc87aaf120693723161dcf223 (patch)
treec6e9f55f58c43549c537f6fe863ee281fed18e3a
parentef0d3d197cdb4429c13b383cbb83ab79518e8c66 (diff)
v4.3.3
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION19
-rw-r--r--php-pecl-swoole4.spec5
3 files changed, 18 insertions, 10 deletions
diff --git a/PHPINFO b/PHPINFO
index 0dc59ec..4298f74 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -3,8 +3,8 @@ swoole
Swoole => enabled
Author => Swoole Team <team@swoole.com>
-Version => 4.3.2
-Built => Apr 15 2019 12:54:19
+Version => 4.3.3
+Built => Apr 23 2019 07:01:23
coroutine => enabled
trace_log => enabled
epoll => enabled
diff --git a/REFLECTION b/REFLECTION
index 6c2fff5..3d7140c 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #155 swoole version 4.3.2 ] {
+Extension [ <persistent> extension #155 swoole version 4.3.3 ] {
- INI {
Entry [ swoole.enable_coroutine <ALL> ]
@@ -16,11 +16,11 @@ Extension [ <persistent> extension #155 swoole version 4.3.2 ] {
}
- Constants [287] {
- Constant [ string SWOOLE_VERSION ] { 4.3.2 }
- Constant [ integer SWOOLE_VERSION_ID ] { 40302 }
+ Constant [ string SWOOLE_VERSION ] { 4.3.3 }
+ Constant [ integer SWOOLE_VERSION_ID ] { 40303 }
Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 }
Constant [ integer SWOOLE_MINOR_VERSION ] { 3 }
- Constant [ integer SWOOLE_RELEASE_VERSION ] { 2 }
+ Constant [ integer SWOOLE_RELEASE_VERSION ] { 3 }
Constant [ string SWOOLE_EXTRA_VERSION ] { }
Constant [ boolean SWOOLE_DEBUG ] { }
Constant [ integer SWOOLE_BASE ] { 1 }
@@ -5514,7 +5514,7 @@ Extension [ <persistent> extension #155 swoole version 4.3.2 ] {
Property [ <default> public $trailer ]
}
- - Methods [12] {
+ - Methods [13] {
Method [ <internal:swoole> public method initHeader ] {
- Parameters [0] {
@@ -5566,10 +5566,15 @@ Extension [ <persistent> extension #155 swoole version 4.3.2 ] {
Method [ <internal:swoole> public method trailer ] {
- - Parameters [3] {
+ - Parameters [2] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $ucwords ]
+ }
+ }
+
+ Method [ <internal:swoole> public method ping ] {
+
+ - Parameters [0] {
}
}
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec
index 8e84760..4a16779 100644
--- a/php-pecl-swoole4.spec
+++ b/php-pecl-swoole4.spec
@@ -35,7 +35,7 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}4
-Version: 4.3.2
+Version: 4.3.3
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
# Extension is ASL 2.0
# Hiredis is BSD
@@ -337,6 +337,9 @@ cd ../ZTS
%changelog
+* Tue Apr 23 2019 Remi Collet <remi@remirepo.net> - 4.3.3-1
+- update to 4.3.3
+
* Mon Apr 15 2019 Remi Collet <remi@remirepo.net> - 4.3.2-1
- update to 4.3.2