diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-27 07:09:55 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-27 07:09:55 +0100 |
commit | 345ea47467e6fcf56ec9aa3d259f514cc7ee2726 (patch) | |
tree | 4d36fd96651e004377d22b5107553b2b8513df19 /REFLECTION | |
parent | 883fc719901ca3cbdc6b3822ffaeda145c4a75d5 (diff) |
update to 4.5.9
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 swoole version 4.5.8 ] { +Extension [ <persistent> extension #117 swoole version 4.5.9 ] { - Dependencies { Dependency [ json (Required) ] @@ -27,12 +27,12 @@ Extension [ <persistent> 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 [ <persistent> 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 } |