diff options
author | Remi Collet <remi@remirepo.net> | 2024-11-28 08:26:58 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-11-28 08:26:58 +0100 |
commit | 4ec530a138e714876653a5828b2532d908160988 (patch) | |
tree | ec5dc26feffd797861d5b7eabc1751316f85c0b8 /REFLECTION | |
parent | 82f4ada28bf44ea37efc0005119014b5d0c9146b (diff) |
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #125 swoole version 5.1.5 ] { +Extension [ <persistent> extension #127 swoole version 5.1.6 ] { - Dependencies { Dependency [ json (Required) ] @@ -32,12 +32,12 @@ Extension [ <persistent> 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 [ <persistent> 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 } |