diff options
| author | Remi Collet <remi@remirepo.net> | 2020-10-30 08:25:57 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-10-30 08:25:57 +0100 | 
| commit | cef0086f49f65fba7dfafb12239301103c81fb0a (patch) | |
| tree | b533b5cb158ef28eacfc835e80d4dd083b62bff4 /REFLECTION | |
| parent | 6e3ef0c458738caf7419171b4bcc25823b55db49 (diff) | |
update to 4.5.6
raise dependency on openssl 1.0.2 (drop EL-6 support)
add dependency on json extension
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 43 | 
1 files changed, 32 insertions, 11 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 swoole version 4.5.5 ] { +Extension [ <persistent> extension #117 swoole version 4.5.6 ] {    - INI {      Entry [ swoole.enable_coroutine <ALL> ] @@ -21,12 +21,12 @@ Extension [ <persistent> extension #117 swoole version 4.5.5 ] {      }    } -  - Constants [353] { -    Constant [ string SWOOLE_VERSION ] { 4.5.5 } -    Constant [ int SWOOLE_VERSION_ID ] { 40505 } +  - Constants [354] { +    Constant [ string SWOOLE_VERSION ] { 4.5.6 } +    Constant [ int SWOOLE_VERSION_ID ] { 40506 }      Constant [ int SWOOLE_MAJOR_VERSION ] { 4 }      Constant [ int SWOOLE_MINOR_VERSION ] { 5 } -    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 } @@ -139,16 +139,17 @@ Extension [ <persistent> extension #117 swoole version 4.5.5 ] {      Constant [ int SWOOLE_ERROR_AIO_CANCELED ] { 4002 }      Constant [ int SWOOLE_ERROR_AIO_TIMEOUT ] { 4003 }      Constant [ int SWOOLE_ERROR_CLIENT_NO_CONNECTION ] { 5001 } -    Constant [ int SWOOLE_ERROR_SOCKET_CLOSED ] { 5002 } +    Constant [ int SWOOLE_ERROR_SOCKET_CLOSED ] { 6001 } +    Constant [ int SWOOLE_ERROR_SOCKET_POLL_TIMEOUT ] { 6002 }      Constant [ int SWOOLE_ERROR_SOCKS5_UNSUPPORT_VERSION ] { 7001 }      Constant [ int SWOOLE_ERROR_SOCKS5_UNSUPPORT_METHOD ] { 7002 }      Constant [ int SWOOLE_ERROR_SOCKS5_AUTH_FAILED ] { 7003 }      Constant [ int SWOOLE_ERROR_SOCKS5_SERVER_ERROR ] { 7004 }      Constant [ int SWOOLE_ERROR_SOCKS5_HANDSHAKE_FAILED ] { 7005 } -    Constant [ int SWOOLE_ERROR_HTTP_PROXY_HANDSHAKE_ERROR ] { 8001 } -    Constant [ int SWOOLE_ERROR_HTTP_INVALID_PROTOCOL ] { 8002 } -    Constant [ int SWOOLE_ERROR_HTTP_PROXY_HANDSHAKE_FAILED ] { 8003 } -    Constant [ int SWOOLE_ERROR_HTTP_PROXY_BAD_RESPONSE ] { 8004 } +    Constant [ int SWOOLE_ERROR_HTTP_PROXY_HANDSHAKE_ERROR ] { 7101 } +    Constant [ int SWOOLE_ERROR_HTTP_INVALID_PROTOCOL ] { 7102 } +    Constant [ int SWOOLE_ERROR_HTTP_PROXY_HANDSHAKE_FAILED ] { 7103 } +    Constant [ int SWOOLE_ERROR_HTTP_PROXY_BAD_RESPONSE ] { 7104 }      Constant [ int SWOOLE_ERROR_WEBSOCKET_BAD_CLIENT ] { 8501 }      Constant [ int SWOOLE_ERROR_WEBSOCKET_BAD_OPCODE ] { 8502 }      Constant [ int SWOOLE_ERROR_WEBSOCKET_UNCONNECTED ] { 8503 } @@ -520,6 +521,26 @@ Extension [ <persistent> extension #117 swoole version 4.5.5 ] {        - Parameters [0] {        }      } +    Function [ <internal:swoole> function swoole_substr_unserialize ] { + +      - Parameters [4] { +        Parameter #0 [ <required> $str ] +        Parameter #1 [ <required> $offset ] +        Parameter #2 [ <optional> $length ] +        Parameter #3 [ <optional> $options ] +      } +    } +    Function [ <internal:swoole> function swoole_substr_json_decode ] { + +      - Parameters [6] { +        Parameter #0 [ <required> $json ] +        Parameter #1 [ <required> $offset ] +        Parameter #2 [ <optional> $length ] +        Parameter #3 [ <optional> $associative ] +        Parameter #4 [ <optional> $depth ] +        Parameter #5 [ <optional> $flags ] +      } +    }      Function [ <internal:swoole> function swoole_internal_call_user_shutdown_begin ] {        - Parameters [0] { @@ -6778,7 +6799,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.5 ] {            }          } -        Method [ <internal:swoole> public method onAccept ] { +        Method [ <internal:swoole> private method onAccept ] {            - Parameters [0] {            }  | 
