From 7e9f6d2a48f8ff6ae458252d395eec1b1d9e6f14 Mon Sep 17 00:00:00 2001 From: Dharman Date: Sat, 13 Mar 2021 17:34:33 +0000 Subject: Deprecate OO style mysqli::get_client_info method Deprecate passing connection object to mysqli_get_client_info() Closes GH-6777. --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index 02635f615a..286735a4e8 100644 --- a/UPGRADING +++ b/UPGRADING @@ -223,6 +223,10 @@ PHP 8.1 UPGRADE NOTES . The mysqli_driver::$driver_version property has been deprecated. The driver version is meaningless as it hasn't been updated in more than a decade. Use PHP_VERSION_ID instead. + . Calling mysqli::get_client_info in OO style or passing $mysqli argument to + mysqli_get_client_info() function has been deprecated. Use + mysqli_get_client_info() without any arguments to obtain the client + library version information. ======================================== 5. Changed Functions -- cgit v1.2.1