summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION58
1 files changed, 28 insertions, 30 deletions
diff --git a/REFLECTION b/REFLECTION
index 50ec5f4..6891767 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,10 +1,11 @@
-Extension [ <persistent> extension #107 swoole version 5.0.3 ] {
+Extension [ <persistent> extension #102 swoole version 5.1.0 ] {
- Dependencies {
Dependency [ json (Required) ]
Dependency [ mysqlnd (Required) ]
Dependency [ sockets (Required) ]
Dependency [ curl (Required) ]
+ Dependency [ pdo (Required) ]
}
- INI {
@@ -14,6 +15,9 @@ Extension [ <persistent> extension #107 swoole version 5.0.3 ] {
Entry [ swoole.enable_library <ALL> ]
Current = 'On'
}
+ Entry [ swoole.enable_fiber_mock <ALL> ]
+ Current = 'Off'
+ }
Entry [ swoole.enable_preemptive_scheduler <ALL> ]
Current = 'Off'
}
@@ -28,12 +32,12 @@ Extension [ <persistent> extension #107 swoole version 5.0.3 ] {
}
}
- - Constants [406] {
- Constant [ string SWOOLE_VERSION ] { 5.0.3 }
- Constant [ int SWOOLE_VERSION_ID ] { 50003 }
+ - Constants [414] {
+ Constant [ string SWOOLE_VERSION ] { 5.1.0 }
+ Constant [ int SWOOLE_VERSION_ID ] { 50100 }
Constant [ int SWOOLE_MAJOR_VERSION ] { 5 }
- Constant [ int SWOOLE_MINOR_VERSION ] { 0 }
- Constant [ int SWOOLE_RELEASE_VERSION ] { 3 }
+ Constant [ int SWOOLE_MINOR_VERSION ] { 1 }
+ Constant [ int SWOOLE_RELEASE_VERSION ] { 0 }
Constant [ string SWOOLE_EXTRA_VERSION ] { }
Constant [ bool SWOOLE_DEBUG ] { }
Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 }
@@ -100,6 +104,7 @@ Extension [ <persistent> extension #107 swoole version 5.0.3 ] {
Constant [ int SWOOLE_ERROR_OPERATION_NOT_SUPPORT ] { 507 }
Constant [ int SWOOLE_ERROR_PROTOCOL_ERROR ] { 508 }
Constant [ int SWOOLE_ERROR_WRONG_OPERATION ] { 509 }
+ Constant [ int SWOOLE_ERROR_PHP_RUNTIME_NOTICE ] { 510 }
Constant [ int SWOOLE_ERROR_FILE_NOT_EXIST ] { 700 }
Constant [ int SWOOLE_ERROR_FILE_TOO_LARGE ] { 701 }
Constant [ int SWOOLE_ERROR_FILE_EMPTY ] { 702 }
@@ -231,6 +236,9 @@ Extension [ <persistent> extension #107 swoole version 5.0.3 ] {
Constant [ int SWOOLE_TRACE_CO_CURL ] { 536870912 }
Constant [ int SWOOLE_TRACE_CARES ] { 1073741824 }
Constant [ int SWOOLE_TRACE_ZLIB ] { 2147483648 }
+ 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_ALL ] { 9223372036854775807 }
Constant [ int SWOOLE_LOG_DEBUG ] { 0 }
Constant [ int SWOOLE_LOG_TRACE ] { 1 }
@@ -287,6 +295,10 @@ Extension [ <persistent> extension #107 swoole version 5.0.3 ] {
Constant [ int SWOOLE_HOOK_NATIVE_CURL ] { 4096 }
Constant [ int SWOOLE_HOOK_BLOCKING_FUNCTION ] { 8192 }
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 }
Constant [ int SWOOLE_HTTP_CLIENT_ESTATUS_CONNECT_FAILED ] { -1 }
@@ -3768,13 +3780,15 @@ Extension [ <persistent> extension #107 swoole version 5.0.3 ] {
}
}
- - Properties [6] {
+ - Properties [8] {
Property [ public $fd = -1 ]
Property [ public $domain = 0 ]
Property [ public $type = 0 ]
Property [ public $protocol = 0 ]
Property [ public $errCode = 0 ]
Property [ public $errMsg = '' ]
+ Property [ public $__ext_sockets_nonblock = false ]
+ Property [ public $__ext_sockets_timeout = 0 ]
}
- Methods [32] {
@@ -5164,13 +5178,14 @@ Extension [ <persistent> extension #107 swoole version 5.0.3 ] {
- Static methods [0] {
}
- - Properties [6] {
+ - Properties [7] {
Property [ public $path = '/' ]
Property [ public $method = 'GET' ]
Property [ public $headers = NULL ]
Property [ public $cookies = NULL ]
Property [ public $data = '' ]
Property [ public $pipeline = false ]
+ Property [ public $usePipelineRead = false ]
}
- Methods [0] {
@@ -7808,7 +7823,7 @@ Extension [ <persistent> extension #107 swoole version 5.0.3 ] {
Property [ public $tmpfiles = NULL ]
}
- - Methods [7] {
+ - Methods [6] {
Method [ <internal:swoole> public method getContent ] {
- Parameters [0] {
@@ -7851,12 +7866,6 @@ Extension [ <persistent> extension #107 swoole version 5.0.3 ] {
}
- Return [ string|false ]
}
-
- Method [ <internal:swoole> public method __destruct ] {
-
- - Parameters [0] {
- }
- }
}
}
@@ -7887,7 +7896,7 @@ Extension [ <persistent> extension #107 swoole version 5.0.3 ] {
Property [ public $trailer = NULL ]
}
- - Methods [22] {
+ - Methods [21] {
Method [ <internal:swoole> public method initHeader ] {
- Parameters [0] {
@@ -8086,12 +8095,6 @@ Extension [ <persistent> extension #107 swoole version 5.0.3 ] {
}
- Return [ bool ]
}
-
- Method [ <internal:swoole> public method __destruct ] {
-
- - Parameters [0] {
- }
- }
}
}
@@ -8538,7 +8541,7 @@ Extension [ <persistent> extension #107 swoole version 5.0.3 ] {
Property [ public $errMsg = '' ]
}
- - Methods [7] {
+ - Methods [6] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [4] {
@@ -8549,12 +8552,6 @@ Extension [ <persistent> extension #107 swoole version 5.0.3 ] {
}
}
- Method [ <internal:swoole> public method __destruct ] {
-
- - Parameters [0] {
- }
- }
-
Method [ <internal:swoole> public method set ] {
- Parameters [1] {
@@ -8574,7 +8571,8 @@ Extension [ <persistent> extension #107 swoole version 5.0.3 ] {
Method [ <internal:swoole> private method onAccept ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> Swoole\Coroutine\Socket $conn ]
}
- Return [ void ]
}