summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-07 14:22:58 +0200
committerRemi Collet <remi@remirepo.net>2020-10-07 14:22:58 +0200
commitc917d5c08f25133bf9ebf112080dc24f1b7602aa (patch)
tree11d4a57688ded889190159a1bb9a36e802f124fc /REFLECTION
parenteec33fe39161d8dc489e9c9b2901242bec5fbb44 (diff)
update to 5.3.2RC1
drop patch merged upstream
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION8
1 files changed, 5 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index 2e30a18..4d2f21c 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #114 redis version 5.3.1 ] {
+Extension [ <persistent> extension #115 redis version 5.3.2RC1 ] {
- Dependencies {
Dependency [ igbinary (Required) ]
@@ -100,7 +100,7 @@ Extension [ <persistent> extension #114 redis version 5.3.1 ] {
- Classes [6] {
Class [ <internal:redis> 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 [ <persistent> 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 [ <persistent> extension #114 redis version 5.3.1 ] {
Class [ <internal:redis> 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 [ <persistent> 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 }