Files
predis/src
Daniele Alessandri 1399d3863c Fix bug in HSCAN-based iterator when hash have integer fields.
When iterating a hash containing integer fields our iterator abstraction
based on HSCAN was always returning "0" as a field name after the first
$field => $value pair due to a wrong assumption on how the PHP function
array_shift() (which is used internally to advance to the next pair in
our buffered response to HSCAN) works.

The ZSCAN-based iterator had this very same bug which was already fixed
in 24e19a9 so I am not sure how this one went unnoticed until now.
2016-05-08 15:10:09 +02:00
..
2016-05-08 14:54:29 +02:00
2016-05-08 14:54:29 +02:00
2015-07-25 21:27:05 +02:00
2016-05-08 14:54:29 +02:00
2015-07-30 10:56:54 +02:00
2015-07-25 21:27:05 +02:00
2015-07-30 20:34:15 +02:00