summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorDharman <tekiela246@gmail.com>2021-03-13 17:34:33 +0000
committerDharman <tekiela246@gmail.com>2021-03-17 20:10:18 +0000
commit7e9f6d2a48f8ff6ae458252d395eec1b1d9e6f14 (patch)
tree97ba101d228e2a8042c621599d5ac4fe67abaa73 /UPGRADING
parenteb8f5e43475e44f8746a2357ed8c3cd60b426eb0 (diff)
downloadphp-git-7e9f6d2a48f8ff6ae458252d395eec1b1d9e6f14.tar.gz
Deprecate OO style mysqli::get_client_info method
Deprecate passing connection object to mysqli_get_client_info() Closes GH-6777.
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