diff options
author | Remi Collet <remi@remirepo.net> | 2022-07-12 07:25:25 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-07-12 07:25:25 +0200 |
commit | 91575bf9da01a7ed208650806344b6e5c8b0eea9 (patch) | |
tree | d66a0adbf19f0d0bc13a59047ab8862c8044e66c /REFLECTION | |
parent | 721c4983b53493d3396d243042064f67a1a08d9e (diff) |
update to 4.8.11
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #88 swoole version 4.8.10 ] { +Extension [ <persistent> extension #88 swoole version 4.8.11 ] { - Dependencies { Dependency [ json (Required) ] @@ -29,11 +29,11 @@ Extension [ <persistent> extension #88 swoole version 4.8.10 ] { } - Constants [395] { - Constant [ string SWOOLE_VERSION ] { 4.8.10 } - Constant [ int SWOOLE_VERSION_ID ] { 40810 } + Constant [ string SWOOLE_VERSION ] { 4.8.11 } + Constant [ int SWOOLE_VERSION_ID ] { 40811 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 8 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 10 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 11 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -6507,7 +6507,7 @@ Extension [ <persistent> extension #88 swoole version 4.8.10 ] { - Properties [9] { Property [ public $errCode = 0 ] - Property [ public $errMsg = 0 ] + Property [ public $errMsg = '' ] Property [ public $sock = -1 ] Property [ public $type = 0 ] Property [ public $setting = NULL ] |