From 3e818862cb1120788bc66fa85ba00a3588878a23 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Jun 2024 10:44:03 +0200 Subject: update to 5.1.3 fix build warnings (errors with GCC 14) using patch from https://github.com/swoole/swoole-src/pull/5363 --- REFLECTION | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 8d362ab..c3d8b64 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #79 swoole version 5.1.2 ] { +Extension [ extension #94 swoole version 5.1.3 ] { - Dependencies { Dependency [ json (Required) ] @@ -33,11 +33,11 @@ Extension [ 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 } -- cgit