In the new xmlrpc libraries, when encoding values a check is made as to whether the current value is an array or a struct. The test uses the == operator but should use the === operator to allow structs with numeric keys that are strings to be distinguished from arrays, which have PHP-autogenerated numeric indices.
| Comment | File | Size | Author |
|---|---|---|---|
| tripleequals.diff | 712 bytes | jvandyk |
Comments
Comment #1
walkah commented+1 - verified.
Comment #2
chx commentedComment #3
Steven commentedCommitted.
Comment #4
(not verified) commentedComment #5
(not verified) commentedComment #6
(not verified) commentedComment #7
(not verified) commented