From c917d5c08f25133bf9ebf112080dc24f1b7602aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Oct 2020 14:22:58 +0200 Subject: update to 5.3.2RC1 drop patch merged upstream --- REFLECTION | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 2e30a18..4d2f21c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #114 redis version 5.3.1 ] { +Extension [ extension #115 redis version 5.3.2RC1 ] { - Dependencies { Dependency [ igbinary (Required) ] @@ -100,7 +100,7 @@ Extension [ extension #114 redis version 5.3.1 ] { - Classes [6] { Class [ class Redis ] { - - Constants [36] { + - Constants [37] { Constant [ public int REDIS_NOT_FOUND ] { 0 } Constant [ public int REDIS_STRING ] { 1 } Constant [ public int REDIS_SET ] { 2 } @@ -118,6 +118,7 @@ Extension [ extension #114 redis version 5.3.1 ] { Constant [ public int OPT_COMPRESSION ] { 7 } Constant [ public int OPT_REPLY_LITERAL ] { 8 } Constant [ public int OPT_COMPRESSION_LEVEL ] { 9 } + Constant [ public int OPT_NULL_MULTIBULK_AS_NULL ] { 10 } Constant [ public int SERIALIZER_NONE ] { 0 } Constant [ public int SERIALIZER_PHP ] { 1 } Constant [ public int SERIALIZER_IGBINARY ] { 2 } @@ -2302,7 +2303,7 @@ Extension [ extension #114 redis version 5.3.1 ] { Class [ class RedisCluster ] { - - Constants [40] { + - Constants [41] { Constant [ public int REDIS_NOT_FOUND ] { 0 } Constant [ public int REDIS_STRING ] { 1 } Constant [ public int REDIS_SET ] { 2 } @@ -2319,6 +2320,7 @@ Extension [ extension #114 redis version 5.3.1 ] { Constant [ public int OPT_COMPRESSION ] { 7 } Constant [ public int OPT_REPLY_LITERAL ] { 8 } Constant [ public int OPT_COMPRESSION_LEVEL ] { 9 } + Constant [ public int OPT_NULL_MULTIBULK_AS_NULL ] { 10 } Constant [ public int SERIALIZER_NONE ] { 0 } Constant [ public int SERIALIZER_PHP ] { 1 } Constant [ public int SERIALIZER_IGBINARY ] { 2 } -- cgit