-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
Just as PHPC-2440 will remove deprecated options for the Query constructor, we can remove the following deprecated Find options:
- maxScan
- modifiers
- oplogReplay
- snapshot
As of 1.19.0, PHPLIB currently raises E_USER_DEPRECATED notices for maxScan and snapshot. If necessary, we can consider introducing additional notices for the other options in a 1.x release preceding 2.0.
- is related to
-
PHPC-2440 Remove deprecated Query constructor options
- Closed