From 2d1a320ba920ebe3d3efae030caacada360f4228 Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Mon, 30 May 2022 16:22:48 +0100 Subject: [PATCH] UPGRADING for libmysql change --- UPGRADING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPGRADING b/UPGRADING index 0ad9eb953f0..b56754f713d 100644 --- a/UPGRADING +++ b/UPGRADING @@ -201,6 +201,12 @@ PHP 8.2 UPGRADE NOTES no longer serializable. Previously, they could be serialized, but unserialization yielded unusable objects or failed. +- mysqli: + . The support for libmysql has been removed. It's no longer possible to compile + mysqli with libmysql and all relevant functionality has been removed. + . The reconnect property of mysqli_driver has been removed. It was supported only by libmysql. + . The INI directive mysqli.reconnect has been removed. + - OCI8: . The minimum Oracle Client library version required is now 11.2.