summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 4 insertions, 0 deletions
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