-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
PHP Drivers
-
Not Needed
-
The CursorId class is slated for removal in 2.0, with CursorInterface::getId and Cursor::getId returning an Int64 instance. The CursorId class us deprecated, and the tentative return types for CursorInterface::getId has been updated. All classes implementing CursorInterface must be updated to account for this. Also, all usages of Cursor::getId must be changed to return an Int64 to avoid deprecation notices.
- depends on
-
PHPC-2412 Deprecate CursorId class and conditionally return Int64 in Cursor::getId()
- Closed