@@ -23,15 +23,12 @@ Overview
23
23
This page describes the changes you must make to your application
24
24
when you upgrade to a new version of the {+driver-short+}.
25
25
26
- This page describes the changes you must make to your application
27
- when you upgrade to a new version of the {+driver-short+}.
28
-
29
26
Before you upgrade, perform the following actions:
30
27
31
28
- Ensure the new {+driver-short+} version is compatible with the {+mdb-server+} versions
32
29
your application connects to and the PHP version your
33
30
application compiles with. For version compatibility information, see the
34
- :ref:`{+driver-short +} Compatibility <php-compatibility>`
31
+ :ref:`{+php-library +} Compatibility <php-compatibility>`
35
32
page.
36
33
- Address any breaking changes between the driver version
37
34
your application is using and your planned upgrade version in the
@@ -84,10 +81,8 @@ This driver version introduces the following breaking changes:
84
81
85
82
- Requires PHP 7.4 or newer.
86
83
87
- - Removes support for PHP 7.2 and 7.3.
88
-
89
- - Remove aggregate compatibility logic for {+mdb-server+} versions less than
90
- 3.6, including removing the ``useCursor`` option.
84
+ - Remove aggregate compatibility logic, like the ``useCursor`` option, for
85
+ {+mdb-server+} versions less than 3.6.
91
86
92
87
Version 1.16 Breaking Changes
93
88
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments