From 159f5654ca927d1f9e955c6168b1f6d2476b201c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Dec 2019 11:10:43 +0100 Subject: test build for upcoming 2.1.0 --- REFLECTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 249b03c..2e426e0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 msgpack version 2.0.3 ] { +Extension [ extension #82 msgpack version 2.1.0beta1 ] { - INI { Entry [ msgpack.error_display ] @@ -16,7 +16,7 @@ Extension [ extension #117 msgpack version 2.0.3 ] { } - Constants [1] { - Constant [ integer MESSAGEPACK_OPT_PHPONLY ] { -1001 } + Constant [ int MESSAGEPACK_OPT_PHPONLY ] { -1001 } } - Functions { @@ -52,7 +52,7 @@ Extension [ extension #117 msgpack version 2.0.3 ] { Class [ class MessagePack ] { - Constants [1] { - Constant [ public integer OPT_PHPONLY ] { -1001 } + Constant [ public int OPT_PHPONLY ] { -1001 } } - Static properties [0] { -- cgit