From 300418f98a81020ef17497fd0e961c5a7d8587f9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Feb 2025 08:47:18 +0100 Subject: update to 25.2.0 re-license spec file to CECILL-2.1 fix cpu affinity check and futext check using patch from https://github.com/openswoole/ext-openswoole/pull/376 raise dependency on PHP 8.2 rename to php-pecl-openswoole25 for new API update to 25.2.0 re-license spec file to CECILL-2.1 fix cpu affinity check and futext check using patch from https://github.com/openswoole/ext-openswoole/pull/376 raise dependency on PHP 8.2 rename to php-pecl-openswoole25 for new API --- REFLECTION | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a6806a0..15fb85a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #67 openswoole version 22.1.2 ] { +Extension [ extension #93 openswoole version 25.2.0 ] { - Dependencies { Dependency [ swoole (Conflicts) ] @@ -23,11 +23,11 @@ Extension [ extension #67 openswoole version 22.1.2 ] { } - Constants [357] { - 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 ] { 2 } + Constant [ string OPENSWOOLE_VERSION ] { 25.2.0 } + Constant [ int OPENSWOOLE_VERSION_ID ] { 250200 } + Constant [ int OPENSWOOLE_MAJOR_VERSION ] { 25 } + Constant [ int OPENSWOOLE_MINOR_VERSION ] { 2 } + Constant [ int OPENSWOOLE_RELEASE_VERSION ] { 0 } Constant [ string OPENSWOOLE_EXTRA_VERSION ] { } Constant [ int SWOOLE_SOCK_TCP ] { 1 } Constant [ int SWOOLE_SOCK_TCP6 ] { 3 } @@ -542,7 +542,7 @@ Extension [ extension #67 openswoole version 22.1.2 ] { - Parameters [0] { } - - Return [  ] + - Return [ Swoole\Timer\Iterator ] } Method [ public method swoole_timer_clear ] { @@ -2526,7 +2526,7 @@ Extension [ extension #67 openswoole version 22.1.2 ] { - Parameters [1] { Parameter #0 [ int $flags = SORT_REGULAR ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method ksort ] { @@ -2534,7 +2534,7 @@ Extension [ extension #67 openswoole version 22.1.2 ] { - Parameters [1] { Parameter #0 [ int $flags = SORT_REGULAR ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method uasort ] { @@ -2542,7 +2542,7 @@ Extension [ extension #67 openswoole version 22.1.2 ] { - Parameters [1] { Parameter #0 [ callable $callback ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method uksort ] { @@ -2550,21 +2550,21 @@ Extension [ extension #67 openswoole version 22.1.2 ] { - Parameters [1] { Parameter #0 [ callable $callback ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method natsort ] { - Parameters [0] { } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method natcasesort ] { - Parameters [0] { } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method unserialize ] { @@ -3077,7 +3077,7 @@ Extension [ extension #67 openswoole version 22.1.2 ] { - Parameters [1] { Parameter #0 [ int $flags = SORT_REGULAR ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method ksort ] { @@ -3085,7 +3085,7 @@ Extension [ extension #67 openswoole version 22.1.2 ] { - Parameters [1] { Parameter #0 [ int $flags = SORT_REGULAR ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method uasort ] { @@ -3093,7 +3093,7 @@ Extension [ extension #67 openswoole version 22.1.2 ] { - Parameters [1] { Parameter #0 [ callable $callback ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method uksort ] { @@ -3101,21 +3101,21 @@ Extension [ extension #67 openswoole version 22.1.2 ] { - Parameters [1] { Parameter #0 [ callable $callback ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method natsort ] { - Parameters [0] { } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method natcasesort ] { - Parameters [0] { } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method unserialize ] { @@ -3301,7 +3301,7 @@ Extension [ extension #67 openswoole version 22.1.2 ] { - Parameters [1] { Parameter #0 [ int $flags = SORT_REGULAR ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method ksort ] { @@ -3309,7 +3309,7 @@ Extension [ extension #67 openswoole version 22.1.2 ] { - Parameters [1] { Parameter #0 [ int $flags = SORT_REGULAR ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method uasort ] { @@ -3317,7 +3317,7 @@ Extension [ extension #67 openswoole version 22.1.2 ] { - Parameters [1] { Parameter #0 [ callable $callback ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method uksort ] { @@ -3325,21 +3325,21 @@ Extension [ extension #67 openswoole version 22.1.2 ] { - Parameters [1] { Parameter #0 [ callable $callback ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method natsort ] { - Parameters [0] { } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method natcasesort ] { - Parameters [0] { } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method unserialize ] { -- cgit