From 4ec530a138e714876653a5828b2532d908160988 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Nov 2024 08:26:58 +0100 Subject: update to 5.1.6 --- REFLECTION | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 9a1f249..3ceec55 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #125 swoole version 5.1.5 ] { +Extension [ extension #127 swoole version 5.1.6 ] { - Dependencies { Dependency [ json (Required) ] @@ -32,12 +32,12 @@ Extension [ extension #125 swoole version 5.1.5 ] { } } - - Constants [421] { - Constant [ string SWOOLE_VERSION ] { 5.1.5 } - Constant [ int SWOOLE_VERSION_ID ] { 50105 } + - Constants [422] { + Constant [ string SWOOLE_VERSION ] { 5.1.6 } + Constant [ int SWOOLE_VERSION_ID ] { 50106 } Constant [ int SWOOLE_MAJOR_VERSION ] { 5 } Constant [ int SWOOLE_MINOR_VERSION ] { 1 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 5 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 6 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -134,6 +134,7 @@ Extension [ extension #125 swoole version 5.1.5 ] { Constant [ int SWOOLE_ERROR_SSL_BAD_PROTOCOL ] { 1016 } Constant [ int SWOOLE_ERROR_SSL_RESET ] { 1017 } Constant [ int SWOOLE_ERROR_SSL_HANDSHAKE_FAILED ] { 1018 } + Constant [ int SWOOLE_ERROR_SSL_CREATE_CONTEXT_FAILED ] { 1019 } Constant [ int SWOOLE_ERROR_PACKAGE_LENGTH_TOO_LARGE ] { 1201 } Constant [ int SWOOLE_ERROR_PACKAGE_LENGTH_NOT_FOUND ] { 1202 } Constant [ int SWOOLE_ERROR_DATA_LENGTH_TOO_LARGE ] { 1203 } -- cgit