diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 19 | 
1 files changed, 13 insertions, 6 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #116 swoole version 4.5.3 ] { +Extension [ <persistent> extension #117 swoole version 4.5.4 ] {    - INI {      Entry [ swoole.enable_coroutine <ALL> ] @@ -21,12 +21,12 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 } | 
