From 498321920ce54c8cb26135a1ed3ce8aeb070cbfd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 16 Feb 2025 07:54:46 +0100 Subject: update to 5.1.7 re-license spec file to CECILL-2.1 fix cpu affinity check using patch from v6 update to 5.1.7 re-license spec file to CECILL-2.1 fix cpu affinity check using patch from v6 --- REFLECTION | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 3ceec55..38ec79f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #127 swoole version 5.1.6 ] { +Extension [ extension #108 swoole version 5.1.7 ] { - Dependencies { Dependency [ json (Required) ] @@ -33,11 +33,11 @@ Extension [ extension #127 swoole version 5.1.6 ] { } - Constants [422] { - Constant [ string SWOOLE_VERSION ] { 5.1.6 } - Constant [ int SWOOLE_VERSION_ID ] { 50106 } + Constant [ string SWOOLE_VERSION ] { 5.1.7 } + Constant [ int SWOOLE_VERSION_ID ] { 50107 } Constant [ int SWOOLE_MAJOR_VERSION ] { 5 } Constant [ int SWOOLE_MINOR_VERSION ] { 1 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 6 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 7 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -2328,7 +2328,7 @@ Extension [ extension #127 swoole version 5.1.6 ] { - Parameters [1] { Parameter #0 [ int $flags = SORT_REGULAR ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method ksort ] { @@ -2336,7 +2336,7 @@ Extension [ extension #127 swoole version 5.1.6 ] { - Parameters [1] { Parameter #0 [ int $flags = SORT_REGULAR ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method uasort ] { @@ -2344,7 +2344,7 @@ Extension [ extension #127 swoole version 5.1.6 ] { - Parameters [1] { Parameter #0 [ callable $callback ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method uksort ] { @@ -2352,21 +2352,21 @@ Extension [ extension #127 swoole version 5.1.6 ] { - 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 ] { @@ -2902,7 +2902,7 @@ Extension [ extension #127 swoole version 5.1.6 ] { - Parameters [1] { Parameter #0 [ int $flags = SORT_REGULAR ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method ksort ] { @@ -2910,7 +2910,7 @@ Extension [ extension #127 swoole version 5.1.6 ] { - Parameters [1] { Parameter #0 [ int $flags = SORT_REGULAR ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method uasort ] { @@ -2918,7 +2918,7 @@ Extension [ extension #127 swoole version 5.1.6 ] { - Parameters [1] { Parameter #0 [ callable $callback ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method uksort ] { @@ -2926,21 +2926,21 @@ Extension [ extension #127 swoole version 5.1.6 ] { - 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 ] { @@ -3126,7 +3126,7 @@ Extension [ extension #127 swoole version 5.1.6 ] { - Parameters [1] { Parameter #0 [ int $flags = SORT_REGULAR ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method ksort ] { @@ -3134,7 +3134,7 @@ Extension [ extension #127 swoole version 5.1.6 ] { - Parameters [1] { Parameter #0 [ int $flags = SORT_REGULAR ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method uasort ] { @@ -3142,7 +3142,7 @@ Extension [ extension #127 swoole version 5.1.6 ] { - Parameters [1] { Parameter #0 [ callable $callback ] } - - Tentative return [ bool ] + - Tentative return [ true ] } Method [ public method uksort ] { @@ -3150,21 +3150,21 @@ Extension [ extension #127 swoole version 5.1.6 ] { - 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 ] { @@ -5211,8 +5211,9 @@ Extension [ extension #127 swoole version 5.1.6 ] { - Static methods [0] { } - - Properties [8] { + - Properties [9] { Property [ public $streamId = 0 ] + Property [ public $serverLastStreamId = 0 ] Property [ public $errCode = 0 ] Property [ public $statusCode = 0 ] Property [ public $pipeline = false ] -- cgit