From 8a1555bc0cdde4cab24dc57bb0a1bb4d0023dc9e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Oct 2024 08:06:16 +0200 Subject: update to 5.1.5 --- REFLECTION | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index ad493be..9a1f249 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #96 swoole version 5.1.4 ] { +Extension [ extension #125 swoole version 5.1.5 ] { - Dependencies { Dependency [ json (Required) ] @@ -33,11 +33,11 @@ Extension [ extension #96 swoole version 5.1.4 ] { } - Constants [421] { - Constant [ string SWOOLE_VERSION ] { 5.1.4 } - Constant [ int SWOOLE_VERSION_ID ] { 50104 } + Constant [ string SWOOLE_VERSION ] { 5.1.5 } + Constant [ int SWOOLE_VERSION_ID ] { 50105 } Constant [ int SWOOLE_MAJOR_VERSION ] { 5 } Constant [ int SWOOLE_MINOR_VERSION ] { 1 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 4 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 5 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } -- cgit