Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
other
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
8 Aug 2005 at 17:56 UTC
Updated:
19 Sep 2005 at 20:23 UTC
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