From e75edfdc370c7808243be91e40e1cf3a5e2f84df Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jun 2026 08:33:48 +0200 Subject: update to 3.0.1 --- REFLECTION | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 9bfed2c..117e5a2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #87 msgpack version 3.0.0 ] { +Extension [ extension #104 msgpack version 3.0.1 ] { - INI { Entry [ msgpack.error_display ] @@ -16,11 +16,15 @@ Extension [ extension #87 msgpack version 3.0.0 ] { Entry [ msgpack.use_str8_serialization ] Current = '1' } + Entry [ msgpack.force_f32 ] + Current = '0' + } } - - Constants [2] { - Constant [ int MESSAGEPACK_OPT_PHPONLY ] { -1001 } - Constant [ int MESSAGEPACK_OPT_ASSOC ] { -1002 } + - Constants [3] { + Constant [ int MESSAGEPACK_OPT_PHPONLY ] { -1001 } + Constant [ int MESSAGEPACK_OPT_ASSOC ] { -1002 } + Constant [ int MESSAGEPACK_OPT_FORCE_F32 ] { -1003 } } - Functions { @@ -55,9 +59,10 @@ Extension [ extension #87 msgpack version 3.0.0 ] { - Classes [2] { Class [ class MessagePack ] { - - Constants [2] { + - Constants [3] { Constant [ public int OPT_PHPONLY ] { -1001 } Constant [ public int OPT_ASSOC ] { -1002 } + Constant [ public int OPT_FORCE_F32 ] { -1003 } } - Static properties [0] { -- cgit