mongodb / mongo-php-driver

The Official MongoDB PHP driver
https://pecl.php.net/package/mongodb
Apache License 2.0
886 stars 201 forks source link

PHPC-2346: Remove deprecated BSON functions #1653

Closed alcaeus closed 2 weeks ago

alcaeus commented 2 weeks ago

PHPC-2346

This removes the BSON functions that were deprecated in favour of the MongoDB\BSON\Document class.

alcaeus commented 2 weeks ago

Waiting on #1652 to be merged to add the upgrade note.