From 345ea47467e6fcf56ec9aa3d259f514cc7ee2726 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 27 Nov 2020 07:09:55 +0100 Subject: update to 4.5.9 --- REFLECTION | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 2e22983..a24589f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 swoole version 4.5.8 ] { +Extension [ extension #117 swoole version 4.5.9 ] { - Dependencies { Dependency [ json (Required) ] @@ -27,12 +27,12 @@ Extension [ extension #117 swoole version 4.5.8 ] { } } - - Constants [358] { - Constant [ string SWOOLE_VERSION ] { 4.5.8 } - Constant [ int SWOOLE_VERSION_ID ] { 40508 } + - Constants [359] { + Constant [ string SWOOLE_VERSION ] { 4.5.9 } + Constant [ int SWOOLE_VERSION_ID ] { 40509 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 5 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 8 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 9 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -269,6 +269,7 @@ Extension [ extension #117 swoole version 4.5.8 ] { Constant [ int SWOOLE_HTTP_CLIENT_ESTATUS_CONNECT_FAILED ] { -1 } Constant [ int SWOOLE_HTTP_CLIENT_ESTATUS_REQUEST_TIMEOUT ] { -2 } Constant [ int SWOOLE_HTTP_CLIENT_ESTATUS_SERVER_RESET ] { -3 } + Constant [ int SWOOLE_HTTP_CLIENT_ESTATUS_SEND_FAILED ] { -4 } Constant [ int SWOOLE_MYSQLND_CR_UNKNOWN_ERROR ] { 2000 } Constant [ int SWOOLE_MYSQLND_CR_CONNECTION_ERROR ] { 2002 } Constant [ int SWOOLE_MYSQLND_CR_SERVER_GONE_ERROR ] { 2006 } -- cgit