From bd3bedbac4202061b6a600642041ee6bb837c324 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Aug 2024 09:40:13 +0200 Subject: update to 3.0.0RC1 drop patch merged upstream add APCu support --- REFLECTION | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 6298c67..adf666c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #85 msgpack version 2.2.0 ] { +Extension [ extension #84 msgpack version 3.0.0RC1 ] { - INI { Entry [ msgpack.error_display ] @@ -7,6 +7,9 @@ Extension [ extension #85 msgpack version 2.2.0 ] { Entry [ msgpack.php_only ] Current = '1' } + Entry [ msgpack.assoc ] + Current = '1' + } Entry [ msgpack.illegal_key_insert ] Current = '0' } @@ -15,8 +18,9 @@ Extension [ extension #85 msgpack version 2.2.0 ] { } } - - Constants [1] { + - Constants [2] { Constant [ int MESSAGEPACK_OPT_PHPONLY ] { -1001 } + Constant [ int MESSAGEPACK_OPT_ASSOC ] { -1002 } } - Functions { @@ -51,8 +55,9 @@ Extension [ extension #85 msgpack version 2.2.0 ] { - Classes [2] { Class [ class MessagePack ] { - - Constants [1] { + - Constants [2] { Constant [ public int OPT_PHPONLY ] { -1001 } + Constant [ public int OPT_ASSOC ] { -1002 } } - Static properties [0] { -- cgit