summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-07-12 07:25:25 +0200
committerRemi Collet <remi@php.net>2022-07-12 07:25:25 +0200
commit91575bf9da01a7ed208650806344b6e5c8b0eea9 (patch)
treed66a0adbf19f0d0bc13a59047ab8862c8044e66c
parent721c4983b53493d3396d243042064f67a1a08d9e (diff)
update to 4.8.11
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION10
-rw-r--r--php-pecl-swoole4.spec5
3 files changed, 12 insertions, 9 deletions
diff --git a/PHPINFO b/PHPINFO
index 2929778..4c94a61 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -3,8 +3,8 @@ swoole
Swoole => enabled
Author => Swoole Team <team@swoole.com>
-Version => 4.8.10
-Built => Jun 22 2022 00:00:00
+Version => 4.8.11
+Built => Jul 12 2022 00:00:00
coroutine => enabled with boost asm context
trace_log => enabled
epoll => enabled
@@ -14,7 +14,7 @@ cpu_affinity => enabled
spinlock => enabled
rwlock => enabled
sockets => enabled
-openssl => OpenSSL 1.1.1n FIPS 15 Mar 2022
+openssl => OpenSSL 1.1.1o FIPS 3 May 2022
dtls => enabled
http2 => enabled
json => enabled
diff --git a/REFLECTION b/REFLECTION
index c0f41cb..5576ab6 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #88 swoole version 4.8.10 ] {
+Extension [ <persistent> extension #88 swoole version 4.8.11 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -29,11 +29,11 @@ Extension [ <persistent> extension #88 swoole version 4.8.10 ] {
}
- Constants [395] {
- Constant [ string SWOOLE_VERSION ] { 4.8.10 }
- Constant [ int SWOOLE_VERSION_ID ] { 40810 }
+ Constant [ string SWOOLE_VERSION ] { 4.8.11 }
+ Constant [ int SWOOLE_VERSION_ID ] { 40811 }
Constant [ int SWOOLE_MAJOR_VERSION ] { 4 }
Constant [ int SWOOLE_MINOR_VERSION ] { 8 }
- Constant [ int SWOOLE_RELEASE_VERSION ] { 10 }
+ Constant [ int SWOOLE_RELEASE_VERSION ] { 11 }
Constant [ string SWOOLE_EXTRA_VERSION ] { }
Constant [ bool SWOOLE_DEBUG ] { }
Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 }
@@ -6507,7 +6507,7 @@ Extension [ <persistent> extension #88 swoole version 4.8.10 ] {
- Properties [9] {
Property [ public $errCode = 0 ]
- Property [ public $errMsg = 0 ]
+ Property [ public $errMsg = '' ]
Property [ public $sock = -1 ]
Property [ public $type = 0 ]
Property [ public $setting = NULL ]
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec
index 077458b..9296752 100644
--- a/php-pecl-swoole4.spec
+++ b/php-pecl-swoole4.spec
@@ -27,7 +27,7 @@
%bcond_with brotli
%endif
-%global upstream_version 4.8.10
+%global upstream_version 4.8.11
#global upstream_prever RC2
@@ -322,6 +322,9 @@ cd ../ZTS
%changelog
+* Tue Jul 12 2022 Remi Collet <remi@remirepo.net> - 4.8.11-1
+- update to 4.8.11
+
* Wed Jun 22 2022 Remi Collet <remi@remirepo.net> - 4.8.10-1
- update to 4.8.10