summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION8
-rw-r--r--php-pecl-swoole4.spec8
3 files changed, 11 insertions, 11 deletions
diff --git a/PHPINFO b/PHPINFO
index 66fc51b..72bc687 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -3,9 +3,9 @@ swoole
Swoole => enabled
Author => Swoole Team <team@swoole.com>
-Version => 4.6.0
-Built => Jan 6 2021 00:00:00
-coroutine => enabled
+Version => 4.6.1
+Built => Jan 11 2021 00:00:00
+coroutine => enabled with boost asm context
trace_log => enabled
epoll => enabled
eventfd => enabled
diff --git a/REFLECTION b/REFLECTION
index 982b499..beaae5d 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #119 swoole version 4.6.0 ] {
+Extension [ <persistent> extension #119 swoole version 4.6.1 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -29,11 +29,11 @@ Extension [ <persistent> extension #119 swoole version 4.6.0 ] {
}
- Constants [361] {
- Constant [ string SWOOLE_VERSION ] { 4.6.0 }
- Constant [ int SWOOLE_VERSION_ID ] { 40600 }
+ Constant [ string SWOOLE_VERSION ] { 4.6.1 }
+ Constant [ int SWOOLE_VERSION_ID ] { 40601 }
Constant [ int SWOOLE_MAJOR_VERSION ] { 4 }
Constant [ int SWOOLE_MINOR_VERSION ] { 6 }
- Constant [ int SWOOLE_RELEASE_VERSION ] { 0 }
+ Constant [ int SWOOLE_RELEASE_VERSION ] { 1 }
Constant [ string SWOOLE_EXTRA_VERSION ] { }
Constant [ bool SWOOLE_DEBUG ] { }
Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 }
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec
index 74c4023..9d9c964 100644
--- a/php-pecl-swoole4.spec
+++ b/php-pecl-swoole4.spec
@@ -27,7 +27,7 @@
%global with_brotli 0
%endif
-%global upstream_version 4.6.0
+%global upstream_version 4.6.1
#global upstream_prever RC2
@@ -91,9 +91,6 @@ Conflicts: %{?sub_prefix}php-pecl-%{pecl_name}2 < 4
%endif
%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
-%if "%{php_version}" > "7.2"
-Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
-%endif
%if "%{php_version}" > "7.3"
Obsoletes: php73-pecl-%{pecl_name} <= %{version}
%endif
@@ -323,6 +320,9 @@ cd ../ZTS
%changelog
+* Mon Jan 11 2021 Remi Collet <remi@remirepo.net> - 4.6.1-1
+- update to 4.6.1
+
* Wed Jan 6 2021 Remi Collet <remi@remirepo.net> - 4.6.0-1
- update to 4.6.0
- enable curl support