summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-08-30 16:19:11 +0200
committerRemi Collet <remi@remirepo.net>2019-08-30 16:19:11 +0200
commit9bafb864dd592663a8deb6ba7171ef14e9e9eeda (patch)
tree080f0bf3dafc99588a8d15d2605d0e6c573dfc3d
parent74882db6966a1aff18e2e0dddf1e8bdc17f96271 (diff)
v4.4.5
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION12
-rw-r--r--php-pecl-swoole4.spec8
3 files changed, 14 insertions, 10 deletions
diff --git a/PHPINFO b/PHPINFO
index f97aa4c..e6d0ce0 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -3,8 +3,8 @@ swoole
Swoole => enabled
Author => Swoole Team <team@swoole.com>
-Version => 4.4.4
-Built => Aug 18 2019 07:54:49
+Version => 4.4.5
+Built => Aug 30 2019 15:21:45
coroutine => enabled
trace_log => enabled
epoll => enabled
diff --git a/REFLECTION b/REFLECTION
index 99f5372..107d7c1 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #153 swoole version 4.4.4 ] {
+Extension [ <persistent> extension #153 swoole version 4.4.5 ] {
- INI {
Entry [ swoole.enable_coroutine <ALL> ]
@@ -22,11 +22,11 @@ Extension [ <persistent> extension #153 swoole version 4.4.4 ] {
}
- Constants [311] {
- Constant [ string SWOOLE_VERSION ] { 4.4.4 }
- Constant [ integer SWOOLE_VERSION_ID ] { 40404 }
+ Constant [ string SWOOLE_VERSION ] { 4.4.5 }
+ Constant [ integer SWOOLE_VERSION_ID ] { 40405 }
Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 }
Constant [ integer SWOOLE_MINOR_VERSION ] { 4 }
- Constant [ integer SWOOLE_RELEASE_VERSION ] { 4 }
+ Constant [ integer SWOOLE_RELEASE_VERSION ] { 5 }
Constant [ string SWOOLE_EXTRA_VERSION ] { }
Constant [ boolean SWOOLE_DEBUG ] { }
Constant [ integer SWOOLE_BASE ] { 1 }
@@ -46,8 +46,8 @@ Extension [ <persistent> extension #153 swoole version 4.4.4 ] {
Constant [ integer SWOOLE_UDP6 ] { 4 }
Constant [ integer SWOOLE_UNIX_DGRAM ] { 5 }
Constant [ integer SWOOLE_UNIX_STREAM ] { 6 }
- Constant [ integer SWOOLE_SOCK_SYNC ] { 0 }
- Constant [ integer SWOOLE_SOCK_ASYNC ] { 1 }
+ Constant [ boolean SWOOLE_SOCK_SYNC ] { }
+ Constant [ boolean SWOOLE_SOCK_ASYNC ] { 1 }
Constant [ integer SWOOLE_SYNC ] { 2048 }
Constant [ integer SWOOLE_ASYNC ] { 1024 }
Constant [ integer SWOOLE_KEEP ] { 4096 }
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec
index 482c8b9..f7b3d3f 100644
--- a/php-pecl-swoole4.spec
+++ b/php-pecl-swoole4.spec
@@ -30,8 +30,8 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}4
-Version: 4.4.4
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 4.4.5
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
# Extension is ASL 2.0
# Hiredis is BSD
License: ASL 2.0 and BSD
@@ -50,6 +50,7 @@ BuildRequires: %{?scl_prefix}php-sockets
BuildRequires: %{?scl_prefix}php-mysqlnd
BuildRequires: pcre-devel
BuildRequires: openssl-devel
+BuildRequires: zlib-devel
%if %{with_brotli}
BuildRequires: brotli-devel
%endif
@@ -330,6 +331,9 @@ cd ../ZTS
%changelog
+* Fri Aug 30 2019 Remi Collet <remi@remirepo.net> - 4.4.5-1
+- update to 4.4.5
+
* Fri Aug 23 2019 Remi Collet <remi@remirepo.net> - 4.4.4-2
- drop echo.py which is python 2 only