From 91575bf9da01a7ed208650806344b6e5c8b0eea9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Jul 2022 07:25:25 +0200 Subject: update to 4.8.11 --- REFLECTION | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index c0f41cb..5576ab6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #88 swoole version 4.8.10 ] { +Extension [ extension #88 swoole version 4.8.11 ] { - Dependencies { Dependency [ json (Required) ] @@ -29,11 +29,11 @@ Extension [ extension #88 swoole version 4.8.10 ] { } - Constants [395] { - Constant [ string SWOOLE_VERSION ] { 4.8.10 } - Constant [ int SWOOLE_VERSION_ID ] { 40810 } + Constant [ string SWOOLE_VERSION ] { 4.8.11 } + Constant [ int SWOOLE_VERSION_ID ] { 40811 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 8 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 10 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 11 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -6507,7 +6507,7 @@ Extension [ extension #88 swoole version 4.8.10 ] { - Properties [9] { Property [ public $errCode = 0 ] - Property [ public $errMsg = 0 ] + Property [ public $errMsg = '' ] Property [ public $sock = -1 ] Property [ public $type = 0 ] Property [ public $setting = NULL ] -- cgit