-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Default implementation should handle conversion of BSON results into PHP values. Will likely convert BSON objects to associative arrays, as is done in the current driver.
A second implementation can have lossless marshaling into BSON types, which would avoid issues where empty BSON objects and arrays are indistinguishable in PHP.