From 428dbb25fd082fa266421eb2a5b1702a426b89c7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Aug 2025 07:46:24 +0200 Subject: update to 5.1.8 drop patch merged upstream --- REFLECTION | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 38ec79f..701af8c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #108 swoole version 5.1.7 ] { +Extension [ extension #115 swoole version 5.1.8 ] { - Dependencies { Dependency [ json (Required) ] @@ -33,11 +33,11 @@ Extension [ extension #108 swoole version 5.1.7 ] { } - Constants [422] { - Constant [ string SWOOLE_VERSION ] { 5.1.7 } - Constant [ int SWOOLE_VERSION_ID ] { 50107 } + Constant [ string SWOOLE_VERSION ] { 5.1.8 } + Constant [ int SWOOLE_VERSION_ID ] { 50108 } Constant [ int SWOOLE_MAJOR_VERSION ] { 5 } Constant [ int SWOOLE_MINOR_VERSION ] { 1 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 7 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 8 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -4964,7 +4964,7 @@ Extension [ extension #108 swoole version 5.1.7 ] { - Static methods [0] { } - - Properties [10] { + - Properties [11] { Property [ public $errCode = 0 ] Property [ public $errMsg = '' ] Property [ public $sock = -1 ] @@ -4975,6 +4975,7 @@ Extension [ extension #108 swoole version 5.1.7 ] { Property [ public $host = NULL ] Property [ public $port = 0 ] Property [ public $ssl = false ] + Property [ public $serverLastStreamId = 0 ] } - Methods [13] { @@ -5211,9 +5212,8 @@ Extension [ extension #108 swoole version 5.1.7 ] { - Static methods [0] { } - - Properties [9] { + - Properties [8] { Property [ public $streamId = 0 ] - Property [ public $serverLastStreamId = 0 ] Property [ public $errCode = 0 ] Property [ public $statusCode = 0 ] Property [ public $pipeline = false ] -- cgit