We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b0257 commit 2d1a320Copy full SHA for 2d1a320
UPGRADING
@@ -201,6 +201,12 @@ PHP 8.2 UPGRADE NOTES
201
no longer serializable. Previously, they could be serialized, but
202
unserialization yielded unusable objects or failed.
203
204
+- mysqli:
205
+ . The support for libmysql has been removed. It's no longer possible to compile
206
+ mysqli with libmysql and all relevant functionality has been removed.
207
+ . The reconnect property of mysqli_driver has been removed. It was supported only by libmysql.
208
+ . The INI directive mysqli.reconnect has been removed.
209
+
210
- OCI8:
211
. The minimum Oracle Client library version required is now 11.2.
212
0 commit comments