-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
MongoDB\Driver\CursorId cannot be exported using var_export. To make this consistent with other classes, behaviour from MongoDB\BSON\Int64 needs to be duplicated here.
This also includes adding an initialized field to the php_phongo_cursorid_t struct to be able to differentiate an uninitialised struct from one with cursor ID 0.