summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-30 15:18:30 +0200
committerRemi Collet <remi@php.net>2021-10-30 15:18:30 +0200
commit020d2c2235d3716778d7f8dc5c24d87675181f0d (patch)
tree2dd7532418f093db743b2fa5c4cf8609e013e418 /REFLECTION
parent474ce85d6aea625aebcbcb102b5287b144db6af6 (diff)
update to 4.8.1
open https://github.com/swoole/swoole-src/pull/4457 add LICENSE file for thirdparty/nlohmann
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION46
1 files changed, 38 insertions, 8 deletions
diff --git a/REFLECTION b/REFLECTION
index 9eb3a6c..8ce01c9 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #106 swoole version 4.8.0 ] {
+Extension [ <persistent> extension #162 swoole version 4.8.1 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -29,11 +29,11 @@ Extension [ <persistent> extension #106 swoole version 4.8.0 ] {
}
- Constants [381] {
- Constant [ string SWOOLE_VERSION ] { 4.8.0 }
- Constant [ int SWOOLE_VERSION_ID ] { 40800 }
+ Constant [ string SWOOLE_VERSION ] { 4.8.1 }
+ Constant [ int SWOOLE_VERSION_ID ] { 40801 }
Constant [ int SWOOLE_MAJOR_VERSION ] { 4 }
Constant [ int SWOOLE_MINOR_VERSION ] { 8 }
- 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 }
@@ -245,9 +245,9 @@ Extension [ <persistent> extension #106 swoole version 4.8.0 ] {
Constant [ int SWOOLE_RWLOCK ] { 1 }
Constant [ int SWOOLE_SPINLOCK ] { 5 }
Constant [ int SWOOLE_TIMER_MIN_MS ] { 1 }
- Constant [ float SWOOLE_TIMER_MIN_SEC ] { 0,001 }
+ Constant [ float SWOOLE_TIMER_MIN_SEC ] { 0.001 }
Constant [ int SWOOLE_TIMER_MAX_MS ] { 9223372036854775807 }
- Constant [ float SWOOLE_TIMER_MAX_SEC ] { 9,2233720368548E+15 }
+ Constant [ float SWOOLE_TIMER_MAX_SEC ] { 9.2233720368548E+15 }
Constant [ int SWOOLE_DEFAULT_MAX_CORO_NUM ] { 100000 }
Constant [ int SWOOLE_CORO_MAX_NUM_LIMIT ] { 9223372036854775807 }
Constant [ int SWOOLE_CORO_INIT ] { 0 }
@@ -528,6 +528,20 @@ Extension [ <persistent> extension #106 swoole version 4.8.0 ] {
Parameter #1 [ <required> $msg ]
}
}
+ Function [ <internal:swoole> function swoole_error_log_ex ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $level ]
+ Parameter #1 [ <required> $error ]
+ Parameter #2 [ <required> $msg ]
+ }
+ }
+ Function [ <internal:swoole> function swoole_ignore_error ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $error ]
+ }
+ }
Function [ <internal:swoole> function swoole_hashcode ] {
- Parameters [2] {
@@ -608,6 +622,22 @@ Extension [ <persistent> extension #106 swoole version 4.8.0 ] {
- Parameters [0] {
}
}
+ Function [ <internal:swoole> function swoole_get_objects ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:swoole> function swoole_get_vm_status ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:swoole> function swoole_get_object_by_handle ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $handle ]
+ }
+ }
Function [ <internal:swoole> function go ] {
- Parameters [1] {
@@ -6752,13 +6782,13 @@ Extension [ <persistent> extension #106 swoole version 4.8.0 ] {
}
- Methods [7] {
- Method [ <internal:swoole> public method rawContent ] {
+ Method [ <internal:swoole> public method getContent ] {
- Parameters [0] {
}
}
- Method [ <internal:swoole> public method getContent ] {
+ Method [ <internal:swoole> public method rawContent ] {
- Parameters [0] {
}