From 6bd49606e641d1203106b9223ff9c22594831ae0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 20 Sep 2020 08:10:12 +0200 Subject: update to 4.5.4 open https://github.com/swoole/swoole-src/issues/3681 broken build on EL-6 --- REFLECTION | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index ca6ad45..29d64a2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 swoole version 4.5.3 ] { +Extension [ extension #117 swoole version 4.5.4 ] { - INI { Entry [ swoole.enable_coroutine ] @@ -21,12 +21,12 @@ Extension [ extension #116 swoole version 4.5.3 ] { } } - - Constants [337] { - Constant [ string SWOOLE_VERSION ] { 4.5.3 } - Constant [ int SWOOLE_VERSION_ID ] { 40503 } + - Constants [344] { + Constant [ string SWOOLE_VERSION ] { 4.5.4 } + Constant [ int SWOOLE_VERSION_ID ] { 40504 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 5 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 3 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 4 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -77,6 +77,12 @@ Extension [ extension #116 swoole version 4.5.3 ] { Constant [ int SWOOLE_TLS_METHOD ] { 0 } Constant [ int SWOOLE_TLS_SERVER_METHOD ] { 4 } Constant [ int SWOOLE_TLS_CLIENT_METHOD ] { 5 } + Constant [ int SWOOLE_SSL_TLSv1 ] { 8 } + Constant [ int SWOOLE_SSL_TLSv1_1 ] { 16 } + Constant [ int SWOOLE_SSL_TLSv1_2 ] { 32 } + Constant [ int SWOOLE_SSL_TLSv1_3 ] { 64 } + Constant [ int SWOOLE_SSL_DTLS ] { 128 } + Constant [ int SWOOLE_SSL_SSLv2 ] { 2 } Constant [ int SWOOLE_EVENT_READ ] { 512 } Constant [ int SWOOLE_EVENT_WRITE ] { 1024 } Constant [ int SWOOLE_STRERROR_SYSTEM ] { 0 } @@ -100,6 +106,7 @@ Extension [ extension #116 swoole version 4.5.3 ] { Constant [ int SWOOLE_ERROR_DNSLOOKUP_RESOLVE_TIMEOUT ] { 705 } Constant [ int SWOOLE_ERROR_BAD_IPV6_ADDRESS ] { 706 } Constant [ int SWOOLE_ERROR_UNREGISTERED_SIGNAL ] { 707 } + Constant [ int SWOOLE_ERROR_EVENT_SOCKET_REMOVED ] { 800 } Constant [ int SWOOLE_ERROR_SESSION_CLOSED_BY_SERVER ] { 1001 } Constant [ int SWOOLE_ERROR_SESSION_CLOSED_BY_CLIENT ] { 1002 } Constant [ int SWOOLE_ERROR_SESSION_CLOSING ] { 1003 } @@ -238,7 +245,7 @@ Extension [ extension #116 swoole version 4.5.3 ] { Constant [ int SWOOLE_HOOK_PROC ] { 1024 } Constant [ int SWOOLE_HOOK_CURL ] { 268435456 } Constant [ int SWOOLE_HOOK_BLOCKING_FUNCTION ] { 1073741824 } - Constant [ int SWOOLE_HOOK_ALL ] { 1879048191 } + Constant [ int SWOOLE_HOOK_ALL ] { 2147483647 } Constant [ int SOCKET_ECANCELED ] { 125 } Constant [ int SWOOLE_HTTP_CLIENT_ESTATUS_CONNECT_FAILED ] { -1 } Constant [ int SWOOLE_HTTP_CLIENT_ESTATUS_REQUEST_TIMEOUT ] { -2 } -- cgit