summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-10-26 16:08:29 +0200
committerRemi Collet <remi@remirepo.net>2018-10-26 16:08:29 +0200
commitfa7ca0507e0fcd1fcd049401be9a88085ead8709 (patch)
treef9aa0f6c3322f88b8858d90ddf3146dd05130848
parent0cb9fc59fb7ad6568a3afa765227ca1d4efe59f3 (diff)
v4.2.4
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION18
-rw-r--r--php-pecl-swoole4.spec5
3 files changed, 13 insertions, 12 deletions
diff --git a/PHPINFO b/PHPINFO
index b3d2bd2..243353f 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
swoole
swoole support => enabled
-Version => 4.2.3
+Version => 4.2.4
Author => Swoole Group[email: team@swoole.com]
coroutine => enabled
trace_log => enabled
diff --git a/REFLECTION b/REFLECTION
index 6086a5e..e3b2e14 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #146 swoole version 4.2.3 ] {
+Extension [ <persistent> extension #148 swoole version 4.2.4 ] {
- INI {
Entry [ swoole.enable_coroutine <ALL> ]
@@ -24,10 +24,9 @@ Extension [ <persistent> extension #146 swoole version 4.2.3 ] {
}
}
- - Constants [203] {
- Constant [ integer SWOOLE_BASE ] { 4 }
- Constant [ integer SWOOLE_THREAD ] { 2 }
- Constant [ integer SWOOLE_PROCESS ] { 3 }
+ - Constants [202] {
+ Constant [ integer SWOOLE_BASE ] { 1 }
+ Constant [ integer SWOOLE_PROCESS ] { 2 }
Constant [ integer SWOOLE_IPC_UNSOCK ] { 1 }
Constant [ integer SWOOLE_IPC_MSGQUEUE ] { 2 }
Constant [ integer SWOOLE_IPC_PREEMPTIVE ] { 3 }
@@ -69,7 +68,7 @@ Extension [ <persistent> extension #146 swoole version 4.2.3 ] {
Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 }
Constant [ integer SWOOLE_EVENT_READ ] { 512 }
Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 }
- Constant [ string SWOOLE_VERSION ] { 4.2.3 }
+ Constant [ string SWOOLE_VERSION ] { 4.2.4 }
Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 }
Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 }
Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 }
@@ -3344,11 +3343,9 @@ Extension [ <persistent> extension #146 swoole version 4.2.3 ] {
- Properties [17] {
Property [ <default> public $errCode ]
- Property [ <default> public $sock ]
Property [ <default> public $type ]
Property [ <default> public $setting ]
Property [ <default> public $connected ]
- Property [ <default> public $statusCode ]
Property [ <default> public $host ]
Property [ <default> public $port ]
Property [ <default> public $requestMethod ]
@@ -3356,6 +3353,8 @@ Extension [ <persistent> extension #146 swoole version 4.2.3 ] {
Property [ <default> public $requestBody ]
Property [ <default> public $uploadFiles ]
Property [ <default> public $downloadFile ]
+ Property [ <default> public $downloadOffset ]
+ Property [ <default> public $statusCode ]
Property [ <default> public $headers ]
Property [ <default> public $set_cookie_headers ]
Property [ <default> public $cookies ]
@@ -3812,10 +3811,9 @@ Extension [ <persistent> extension #146 swoole version 4.2.3 ] {
- Static methods [0] {
}
- - Properties [19] {
+ - Properties [18] {
Property [ <default> public $type ]
Property [ <default> public $errCode ]
- Property [ <default> public $sock ]
Property [ <default> public $statusCode ]
Property [ <default> public $host ]
Property [ <default> public $port ]
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec
index 77e5dfd..e1fc51d 100644
--- a/php-pecl-swoole4.spec
+++ b/php-pecl-swoole4.spec
@@ -36,7 +36,7 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}4
-Version: 4.2.3
+Version: 4.2.4
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
URL: http://pecl.php.net/package/%{pecl_name}
@@ -340,6 +340,9 @@ cd ../ZTS
%changelog
+* Fri Oct 26 2018 Remi Collet <remi@remirepo.net> - 4.2.4-1
+- update to 4.2.4
+
* Tue Oct 16 2018 Remi Collet <remi@remirepo.net> - 4.2.3-1
- update to 4.2.3