diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-21 07:13:46 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-21 07:13:46 +0200 |
commit | 929c81862ff3cd8f67a3626365f6ce7353adbb3e (patch) | |
tree | f364a8ff5b9a9152f7d680a24d8df34d24b7efb3 /REFLECTION | |
parent | 5f3606cba93330e109118397c6da9d09466baeb7 (diff) |
update to 1.0.1
drop patch marged upstream
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,15 +1,15 @@ -Extension [ <persistent> extension #108 phpiredis version 1.0.0 ] { +Extension [ <persistent> extension #92 phpiredis version 1.0.1 ] { - Constants [9] { - Constant [ integer PHPIREDIS_READER_STATE_INCOMPLETE ] { 2 } - Constant [ integer PHPIREDIS_READER_STATE_COMPLETE ] { 1 } - Constant [ integer PHPIREDIS_READER_STATE_ERROR ] { 3 } - Constant [ integer PHPIREDIS_REPLY_STRING ] { 1 } - Constant [ integer PHPIREDIS_REPLY_ARRAY ] { 2 } - Constant [ integer PHPIREDIS_REPLY_INTEGER ] { 3 } - Constant [ integer PHPIREDIS_REPLY_NIL ] { 4 } - Constant [ integer PHPIREDIS_REPLY_STATUS ] { 5 } - Constant [ integer PHPIREDIS_REPLY_ERROR ] { 6 } + Constant [ int PHPIREDIS_READER_STATE_INCOMPLETE ] { 2 } + Constant [ int PHPIREDIS_READER_STATE_COMPLETE ] { 1 } + Constant [ int PHPIREDIS_READER_STATE_ERROR ] { 3 } + Constant [ int PHPIREDIS_REPLY_STRING ] { 1 } + Constant [ int PHPIREDIS_REPLY_ARRAY ] { 2 } + Constant [ int PHPIREDIS_REPLY_INTEGER ] { 3 } + Constant [ int PHPIREDIS_REPLY_NIL ] { 4 } + Constant [ int PHPIREDIS_REPLY_STATUS ] { 5 } + Constant [ int PHPIREDIS_REPLY_ERROR ] { 6 } } - Functions { |