summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-09 14:57:20 +0100
committerRemi Collet <remi@remirepo.net>2020-11-09 14:57:20 +0100
commit317e716d133b75f410b6fdf8058d02f4239b11b8 (patch)
tree674b166672b0c712ed0a3ce1945c969f38078d40 /REFLECTION
parentcef0086f49f65fba7dfafb12239301103c81fb0a (diff)
update to 4.5.7
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION63
1 files changed, 55 insertions, 8 deletions
diff --git a/REFLECTION b/REFLECTION
index ab153b3..05107b5 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,10 @@
-Extension [ <persistent> extension #117 swoole version 4.5.6 ] {
+Extension [ <persistent> extension #117 swoole version 4.5.7 ] {
+
+ - Dependencies {
+ Dependency [ json (Required) ]
+ Dependency [ mysqlnd (Required) ]
+ Dependency [ sockets (Required) ]
+ }
- INI {
Entry [ swoole.enable_coroutine <ALL> ]
@@ -21,12 +27,12 @@ Extension [ <persistent> extension #117 swoole version 4.5.6 ] {
}
}
- - Constants [354] {
- Constant [ string SWOOLE_VERSION ] { 4.5.6 }
- Constant [ int SWOOLE_VERSION_ID ] { 40506 }
+ - Constants [355] {
+ Constant [ string SWOOLE_VERSION ] { 4.5.7 }
+ Constant [ int SWOOLE_VERSION_ID ] { 40507 }
Constant [ int SWOOLE_MAJOR_VERSION ] { 4 }
Constant [ int SWOOLE_MINOR_VERSION ] { 5 }
- Constant [ int SWOOLE_RELEASE_VERSION ] { 6 }
+ Constant [ int SWOOLE_RELEASE_VERSION ] { 7 }
Constant [ string SWOOLE_EXTRA_VERSION ] { }
Constant [ bool SWOOLE_DEBUG ] { }
Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 }
@@ -221,6 +227,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.6 ] {
Constant [ int SWOOLE_IPC_NONE ] { 0 }
Constant [ int SWOOLE_IPC_UNIXSOCK ] { 1 }
Constant [ int SWOOLE_IPC_SOCKET ] { 3 }
+ Constant [ int SWOOLE_IOV_MAX ] { 1024 }
Constant [ int SWOOLE_FILELOCK ] { 2 }
Constant [ int SWOOLE_MUTEX ] { 3 }
Constant [ int SWOOLE_SEM ] { 4 }
@@ -1404,10 +1411,12 @@ Extension [ <persistent> extension #117 swoole version 4.5.6 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [2] {
+ Property [ <default> public $size ]
+ Property [ <default> public $memorySize ]
}
- - Methods [23] {
+ - Methods [24] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [2] {
@@ -1505,6 +1514,12 @@ Extension [ <persistent> extension #117 swoole version 4.5.6 ] {
}
}
+ Method [ <internal:swoole> public method getSize ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:swoole> public method getMemorySize ] {
- Parameters [0] {
@@ -2869,7 +2884,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.6 ] {
Property [ <default> public $errMsg ]
}
- - Methods [24] {
+ - Methods [28] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [3] {
@@ -2946,6 +2961,38 @@ Extension [ <persistent> extension #117 swoole version 4.5.6 ] {
}
}
+ Method [ <internal:swoole> public method readVector ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $io_vector ]
+ Parameter #1 [ <optional> $timeout ]
+ }
+ }
+
+ Method [ <internal:swoole> public method readVectorAll ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $io_vector ]
+ Parameter #1 [ <optional> $timeout ]
+ }
+ }
+
+ Method [ <internal:swoole> public method writeVector ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $io_vector ]
+ Parameter #1 [ <optional> $timeout ]
+ }
+ }
+
+ Method [ <internal:swoole> public method writeVectorAll ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $io_vector ]
+ Parameter #1 [ <optional> $timeout ]
+ }
+ }
+
Method [ <internal:swoole> public method sendFile ] {
- Parameters [3] {