summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-10-16 07:49:35 +0200
committerRemi Collet <remi@remirepo.net>2018-10-16 07:49:35 +0200
commit0cb9fc59fb7ad6568a3afa765227ca1d4efe59f3 (patch)
tree62d2a23bb0c68717140d28df0c657e04ec7a441b
parentcee005f20fdf822f3344fb9e2571cc514dbb7e55 (diff)
v4.2.3
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION13
-rw-r--r--php-pecl-swoole4.spec8
3 files changed, 15 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index 7c6d455..b3d2bd2 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
swoole
swoole support => enabled
-Version => 4.2.2
+Version => 4.2.3
Author => Swoole Group[email: team@swoole.com]
coroutine => enabled
trace_log => enabled
diff --git a/REFLECTION b/REFLECTION
index 451287d..6086a5e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #147 swoole version 4.2.2 ] {
+Extension [ <persistent> extension #146 swoole version 4.2.3 ] {
- INI {
Entry [ swoole.enable_coroutine <ALL> ]
@@ -69,7 +69,7 @@ Extension [ <persistent> extension #147 swoole version 4.2.2 ] {
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.2 }
+ Constant [ string SWOOLE_VERSION ] { 4.2.3 }
Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 }
Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 }
Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 }
@@ -3524,7 +3524,7 @@ Extension [ <persistent> extension #147 swoole version 4.2.2 ] {
- Static properties [0] {
}
- - Static methods [18] {
+ - Static methods [19] {
Method [ <internal:swoole> static public method create ] {
- Parameters [1] {
@@ -3643,6 +3643,13 @@ Extension [ <persistent> extension #147 swoole version 4.2.2 ] {
}
}
+ Method [ <internal:swoole> static public method statvfs ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $path ]
+ }
+ }
+
Method [ <internal:swoole> static public method getBackTrace ] {
- Parameters [3] {
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec
index bc7c99f..77e5dfd 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.2
+Version: 4.2.3
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
URL: http://pecl.php.net/package/%{pecl_name}
@@ -168,9 +168,6 @@ mv %{pecl_name}-%{version} NTS
cd NTS
-# See https://github.com/swoole/swoole-src/issues/2038
-sed -e 's/4.2.2-alpha/%{version}/' -i include/swoole.h
-
# Sanity check, really often broken
extver=$(sed -n '/#define SWOOLE_VERSION/{s/.* "//;s/".*$//;p}' include/swoole.h)
if test "x${extver}" != "x%{version}%{?prever:-%{prever}}"; then
@@ -343,6 +340,9 @@ cd ../ZTS
%changelog
+* Tue Oct 16 2018 Remi Collet <remi@remirepo.net> - 4.2.3-1
+- update to 4.2.3
+
* Mon Oct 15 2018 Remi Collet <remi@remirepo.net> - 4.2.2-1
- update to 4.2.2
- open https://github.com/swoole/swoole-src/issues/2038 bad version