diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #153 swoole version 4.4.4 ] { +Extension [ <persistent> extension #153 swoole version 4.4.5 ] { - INI { Entry [ swoole.enable_coroutine <ALL> ] @@ -22,11 +22,11 @@ Extension [ <persistent> extension #153 swoole version 4.4.4 ] { } - Constants [311] { - Constant [ string SWOOLE_VERSION ] { 4.4.4 } - Constant [ integer SWOOLE_VERSION_ID ] { 40404 } + Constant [ string SWOOLE_VERSION ] { 4.4.5 } + Constant [ integer SWOOLE_VERSION_ID ] { 40405 } Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 } Constant [ integer SWOOLE_MINOR_VERSION ] { 4 } - Constant [ integer SWOOLE_RELEASE_VERSION ] { 4 } + Constant [ integer SWOOLE_RELEASE_VERSION ] { 5 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ boolean SWOOLE_DEBUG ] { } Constant [ integer SWOOLE_BASE ] { 1 } @@ -46,8 +46,8 @@ Extension [ <persistent> extension #153 swoole version 4.4.4 ] { Constant [ integer SWOOLE_UDP6 ] { 4 } Constant [ integer SWOOLE_UNIX_DGRAM ] { 5 } Constant [ integer SWOOLE_UNIX_STREAM ] { 6 } - Constant [ integer SWOOLE_SOCK_SYNC ] { 0 } - Constant [ integer SWOOLE_SOCK_ASYNC ] { 1 } + Constant [ boolean SWOOLE_SOCK_SYNC ] { } + Constant [ boolean SWOOLE_SOCK_ASYNC ] { 1 } Constant [ integer SWOOLE_SYNC ] { 2048 } Constant [ integer SWOOLE_ASYNC ] { 1024 } Constant [ integer SWOOLE_KEEP ] { 4096 } |