diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-31 11:29:52 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-31 11:29:52 +0100 |
commit | cba5608b20bde96e82225221aebd0dd22c4848bb (patch) | |
tree | 1268294b12d7bec3ce5012e9d477534056260dc2 /REFLECTION | |
parent | c87845002ca53264bed9b4dc12e7dbde5995aa07 (diff) |
v4.4.10
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #153 swoole version 4.4.8 ] { +Extension [ <persistent> extension #154 swoole version 4.4.10 ] { - INI { Entry [ swoole.enable_coroutine <ALL> ] @@ -22,11 +22,11 @@ Extension [ <persistent> extension #153 swoole version 4.4.8 ] { } - Constants [317] { - Constant [ string SWOOLE_VERSION ] { 4.4.8 } - Constant [ integer SWOOLE_VERSION_ID ] { 40408 } + Constant [ string SWOOLE_VERSION ] { 4.4.10 } + Constant [ integer SWOOLE_VERSION_ID ] { 40410 } Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 } Constant [ integer SWOOLE_MINOR_VERSION ] { 4 } - Constant [ integer SWOOLE_RELEASE_VERSION ] { 8 } + Constant [ integer SWOOLE_RELEASE_VERSION ] { 10 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ boolean SWOOLE_DEBUG ] { } Constant [ integer SWOOLE_BASE ] { 1 } @@ -2741,7 +2741,7 @@ Extension [ <persistent> extension #153 swoole version 4.4.8 ] { - Static properties [0] { } - - Static methods [2] { + - Static methods [3] { Method [ <internal:swoole> static public method enableStrictMode ] { - Parameters [0] { @@ -2755,6 +2755,12 @@ Extension [ <persistent> extension #153 swoole version 4.4.8 ] { Parameter #1 [ <optional> $flags ] } } + + Method [ <internal:swoole> static public method getHookFlags ] { + + - Parameters [0] { + } + } } - Properties [0] { |