summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-08-30 16:19:11 +0200
committerRemi Collet <remi@remirepo.net>2019-08-30 16:19:11 +0200
commit9bafb864dd592663a8deb6ba7171ef14e9e9eeda (patch)
tree080f0bf3dafc99588a8d15d2605d0e6c573dfc3d /REFLECTION
parent74882db6966a1aff18e2e0dddf1e8bdc17f96271 (diff)
v4.4.5
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION12
1 files changed, 6 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index 99f5372..107d7c1 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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 }