-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Docs
-
None
PHPC-1211 introduces a MongoDB\BSON\Int64 type, which may be used to wrap 64-bit integer values from BSON on 32-bit platforms. We should audit PHPLIB's documentation to make a note of this anywhere we may be returning an integer value sourced from BSON, as that can now be an object.
This does not represent a BC risk, as versions of the extension before 1.5.0 will have thrown an exception for such values (per PHPC-313).