diff options
author | Remi Collet <remi@remirepo.net> | 2024-06-06 10:44:03 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-06-06 10:44:03 +0200 |
commit | 3e818862cb1120788bc66fa85ba00a3588878a23 (patch) | |
tree | 12eb606caa5e1e888bc7599610395f18620a1e54 /REFLECTION | |
parent | 3bc96772fc3ee55730b11773be306d0413d524d5 (diff) |
update to 5.1.3
fix build warnings (errors with GCC 14) using patch from
https://github.com/swoole/swoole-src/pull/5363
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #79 swoole version 5.1.2 ] { +Extension [ <persistent> extension #94 swoole version 5.1.3 ] { - Dependencies { Dependency [ json (Required) ] @@ -33,11 +33,11 @@ Extension [ <persistent> extension #79 swoole version 5.1.2 ] { } - Constants [421] { - Constant [ string SWOOLE_VERSION ] { 5.1.2 } - Constant [ int SWOOLE_VERSION_ID ] { 50102 } + Constant [ string SWOOLE_VERSION ] { 5.1.3 } + Constant [ int SWOOLE_VERSION_ID ] { 50103 } Constant [ int SWOOLE_MAJOR_VERSION ] { 5 } Constant [ int SWOOLE_MINOR_VERSION ] { 1 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 2 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 3 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } |