Skip to content

Commit

Permalink
update root folder link (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell authored Jun 22, 2024
1 parent 4e38d85 commit 6a9d4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Upgrade from 2.1.9
Upgrade from 2.0.5
----------------------

* PHP [mongodb](https://php.net/manual/en/set.mongodb.php) extension is now used instead of [mongo](http://php.net/manual/en/book.mongo.php).
* PHP [mongodb](https://php.net/manual/en/set.mongodb.php) extension is now used instead of [mongo](https://php.net/manual/en/book.mongo.php).
Make sure you have 'mongodb' extension at your environment. Some features based on old driver may become unavailable.
In particular: fields `Connection::mongoClient`, `Database::mongoDb` and `Collection::mongoCollection` are no longer exist.
Old driver type classes such as `\MongoId`, `\MongoCode`, `\MongoDate` and so on, are no longer returned or
Expand Down

0 comments on commit 6a9d4cb

Please sign in to comment.