-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.9.2
-
Fix Version/s: 0.9.3
-
Component/s: PHP - Compiler
-
Labels:None
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.