summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-11-27 08:07:59 +0100
committerRemi Collet <remi@php.net>2023-11-27 08:07:59 +0100
commit9ee6f211a53dc37641e25337af5b64aeb34011df (patch)
treebca327633d9777f8dc50239b23167c576b06f784 /REFLECTION
parent5a30a40d1003dad3cc3c339ca68d9874ba292e46 (diff)
update to 5.1.1
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION13
1 files changed, 7 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index 6891767..20d5230 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #102 swoole version 5.1.0 ] {
+Extension [ <persistent> extension #74 swoole version 5.1.1 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -32,12 +32,12 @@ Extension [ <persistent> extension #102 swoole version 5.1.0 ] {
}
}
- - Constants [414] {
- Constant [ string SWOOLE_VERSION ] { 5.1.0 }
- Constant [ int SWOOLE_VERSION_ID ] { 50100 }
+ - Constants [415] {
+ Constant [ string SWOOLE_VERSION ] { 5.1.1 }
+ Constant [ int SWOOLE_VERSION_ID ] { 50101 }
Constant [ int SWOOLE_MAJOR_VERSION ] { 5 }
Constant [ int SWOOLE_MINOR_VERSION ] { 1 }
- Constant [ int SWOOLE_RELEASE_VERSION ] { 0 }
+ Constant [ int SWOOLE_RELEASE_VERSION ] { 1 }
Constant [ string SWOOLE_EXTRA_VERSION ] { }
Constant [ bool SWOOLE_DEBUG ] { }
Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 }
@@ -162,6 +162,7 @@ Extension [ <persistent> extension #102 swoole version 5.1.0 ] {
Constant [ int SWOOLE_ERROR_HTTP_PROXY_HANDSHAKE_FAILED ] { 7103 }
Constant [ int SWOOLE_ERROR_HTTP_PROXY_BAD_RESPONSE ] { 7104 }
Constant [ int SWOOLE_ERROR_HTTP_CONFLICT_HEADER ] { 7105 }
+ Constant [ int SWOOLE_ERROR_HTTP_CONTEXT_UNAVAILABLE ] { 7106 }
Constant [ int SWOOLE_ERROR_WEBSOCKET_BAD_CLIENT ] { 8501 }
Constant [ int SWOOLE_ERROR_WEBSOCKET_BAD_OPCODE ] { 8502 }
Constant [ int SWOOLE_ERROR_WEBSOCKET_UNCONNECTED ] { 8503 }
@@ -239,6 +240,7 @@ Extension [ <persistent> extension #102 swoole version 5.1.0 ] {
Constant [ int SWOOLE_TRACE_CO_PGSQL ] { 4294967296 }
Constant [ int SWOOLE_TRACE_CO_ODBC ] { 8589934592 }
Constant [ int SWOOLE_TRACE_CO_ORACLE ] { 17179869184 }
+ Constant [ int SWOOLE_TRACE_CO_SQLITE ] { 34359738368 }
Constant [ int SWOOLE_TRACE_ALL ] { 9223372036854775807 }
Constant [ int SWOOLE_LOG_DEBUG ] { 0 }
Constant [ int SWOOLE_LOG_TRACE ] { 1 }
@@ -297,7 +299,6 @@ Extension [ <persistent> extension #102 swoole version 5.1.0 ] {
Constant [ int SWOOLE_HOOK_SOCKETS ] { 16384 }
Constant [ int SWOOLE_HOOK_PDO_PGSQL ] { 65536 }
Constant [ int SWOOLE_HOOK_PDO_ODBC ] { 131072 }
- Constant [ int SWOOLE_HOOK_PDO_ORACLE ] { 262144 }
Constant [ int SWOOLE_HOOK_PDO_SQLITE ] { 524288 }
Constant [ int SWOOLE_HOOK_ALL ] { 2147481599 }
Constant [ int SOCKET_ECANCELED ] { 125 }