summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-12-11 06:23:13 +0100
committerRemi Collet <remi@php.net>2023-12-11 06:23:13 +0100
commiteb5dca9010c7f4b233ccbc04f0d6e00e743ca1e4 (patch)
treea026ca631c3258720fd4b952414c871b6aea55c7
parentfb12e02e68457a8d466639290675e00b5817b01a (diff)
update to 22.1.2
-rw-r--r--PHPINFO12
-rw-r--r--REFLECTION8
-rw-r--r--php-pecl-openswoole22.spec7
3 files changed, 15 insertions, 12 deletions
diff --git a/PHPINFO b/PHPINFO
index d3cc7ce..0873c3f 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -3,8 +3,8 @@ openswoole
Open Swoole => enabled
Author => Open Swoole Group <hello@openswoole.com>
-Version => 22.1.0
-Built => Nov 8 2023 00:00:00
+Version => 22.1.2
+Built => Dec 11 2023 00:00:00
coroutine => enabled with boost asm context
trace_log => enabled
epoll => enabled
@@ -14,14 +14,14 @@ cpu_affinity => enabled
spinlock => enabled
rwlock => enabled
sockets => enabled
-openssl => OpenSSL 3.0.9 30 May 2023
+openssl => OpenSSL 3.1.1 30 May 2023
dtls => enabled
http2 => enabled
hook-curl => enabled
pcre => enabled
-c-ares => 1.19.1
-zlib => 1.2.12
-brotli => E16777225/D16777225
+c-ares => 1.21.0
+zlib => 1.2.13
+brotli => E16781312/D16781312
mutex_timedlock => enabled
pthread_barrier => enabled
futex => enabled
diff --git a/REFLECTION b/REFLECTION
index cc07aaf..a6806a0 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #88 openswoole version 22.1.0 ] {
+Extension [ <persistent> extension #67 openswoole version 22.1.2 ] {
- Dependencies {
Dependency [ swoole (Conflicts) ]
@@ -23,11 +23,11 @@ Extension [ <persistent> extension #88 openswoole version 22.1.0 ] {
}
- Constants [357] {
- Constant [ string OPENSWOOLE_VERSION ] { 22.1.0 }
- Constant [ int OPENSWOOLE_VERSION_ID ] { 220100 }
+ Constant [ string OPENSWOOLE_VERSION ] { 22.1.2 }
+ Constant [ int OPENSWOOLE_VERSION_ID ] { 220102 }
Constant [ int OPENSWOOLE_MAJOR_VERSION ] { 22 }
Constant [ int OPENSWOOLE_MINOR_VERSION ] { 1 }
- Constant [ int OPENSWOOLE_RELEASE_VERSION ] { 0 }
+ Constant [ int OPENSWOOLE_RELEASE_VERSION ] { 2 }
Constant [ string OPENSWOOLE_EXTRA_VERSION ] { }
Constant [ int SWOOLE_SOCK_TCP ] { 1 }
Constant [ int SWOOLE_SOCK_TCP6 ] { 3 }
diff --git a/php-pecl-openswoole22.spec b/php-pecl-openswoole22.spec
index d53b7b5..6dd94eb 100644
--- a/php-pecl-openswoole22.spec
+++ b/php-pecl-openswoole22.spec
@@ -24,7 +24,7 @@
%endif
%bcond_without pgsql
-%global upstream_version 22.1.0
+%global upstream_version 22.1.2
#global upstream_prever RC2
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
%global _configure ../%{sources}/configure
@@ -33,7 +33,7 @@
Summary: High Performance Programmatic Server for PHP with Async IO, Coroutines and Fibers
Name: %{?scl_prefix}php-pecl-%{pecl_name}22
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
# SPDX: extension is Apache-2.0
# hiredis is BSD-3-Clause
License: Apache-2.0 AND BSD-3-Clause
@@ -293,6 +293,9 @@ OPT="--no-php-ini"
%changelog
+* Mon Dec 11 2023 Remi Collet <remi@remirepo.net> - 22.1.2-1
+- update to 22.1.2
+
* Wed Nov 8 2023 Remi Collet <remi@remirepo.net> - 22.1.0-1
- update to 22.1.0
- drop patches merged upstream