Stig Bakken created THRIFT-3126: ----------------------------------- Summary: PHP JSON serializer converts empty or int-indexed maps to lists Key: THRIFT-3126 URL: https://issues.apache.org/jira/browse/THRIFT-3126 Project: Thrift Issue Type: Bug Components: PHP - Compiler Affects Versions: 0.9.2 Reporter: Stig Bakken Priority: Minor
Because of PHP's idiosyncratic arrays, you can't tell the difference between an empty array and empty associative array (they are the same), or between a thrift map with integer indexes and a list. Fix attached. -- This message was sent by Atlassian JIRA (v6.3.4#6332)