@@ -43,16 +43,16 @@ Before you upgrade, perform the following actions:
43
43
To ensure compatibility across {+mdb-server+} versions when
44
44
upgrading driver versions, use the :ref:`{+stable-api+} <php-stable-api>`.
45
45
46
- To upgrade your driver version, replace " version number" with the version number
46
+ To upgrade your driver version, replace ``< version- number>`` with the version number
47
47
you want to upgrade to and run the following command in your application's
48
48
directory:
49
49
50
50
.. code-block:: bash
51
51
52
- composer require mongodb/mongodb:<version number>
52
+ composer require mongodb/mongodb:<version- number>
53
53
54
54
Installation instructions for the ``mongodb`` extension may be found in the
55
- `PHP.net documentation <https://www.php.net/ manual/en/mongodb.installation.php>`__ .
55
+ :php: `PHP.net documentation <manual/en/mongodb.installation.php>`.
56
56
57
57
.. _php-breaking-changes:
58
58
@@ -77,14 +77,14 @@ This driver version introduces the following breaking changes:
77
77
78
78
- Drops support for {+mdb-server+} 3.6.
79
79
80
- - Deprecate iterators for database, collection, and index enumeration.
80
+ - Deprecates iterators for database, collection, and index enumeration.
81
81
82
82
Version 1.18 Breaking Changes
83
83
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
84
84
85
85
This driver version introduces the following breaking changes:
86
86
87
- - Deprecate setting ``disableMD5`` to ``false`` when instantiating a Bucket due to
87
+ - Deprecates setting ``disableMD5`` to ``false`` when instantiating a Bucket due to
88
88
deprecated MD5 encoding. The default value for the setting is now ``true``.
89
89
90
90
Version 1.17 Breaking Changes
@@ -96,7 +96,7 @@ This driver version introduces the following breaking changes:
96
96
97
97
- Requires PHP 7.4 or newer.
98
98
99
- - Remove aggregate compatibility logic, like the ``useCursor`` option, for
99
+ - Removes aggregate compatibility logic, like the ``useCursor`` option, for
100
100
{+mdb-server+} versions less than 3.6.
101
101
102
102
Version 1.16 Breaking Changes
@@ -106,14 +106,14 @@ This driver version introduces the following breaking changes:
106
106
107
107
- Upgrades the ``mongodb`` extension requirement to 1.16.0.
108
108
109
- - Deprecate ``IndexInfo::isGeoHaystack()``. ``geoHaystack`` was removed in
109
+ - Deprecates ``IndexInfo::isGeoHaystack()``. ``geoHaystack`` was removed in
110
110
{+mdb-server+} 5.0 and later.
111
111
112
- - Drop support for Composer 1.x.
112
+ - Drops support for Composer 1.x.
113
113
114
- - Remove ``$server`` argument in ``Explainable::getCommandDocument``.
114
+ - Removes ``$server`` argument in ``Explainable::getCommandDocument``.
115
115
116
- - Remove ``getNonce`` command usage for {+mdb-server+} 6.2 and later.
116
+ - Removes ``getNonce`` command usage for {+mdb-server+} 6.2 and later.
117
117
118
118
Version 1.15 Breaking Changes
119
119
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments