From 3dfd3558ca2f63ffc8fe32103d6db264b2e3d6a4 Mon Sep 17 00:00:00 2001 From: Dharman Date: Sat, 13 Mar 2021 19:06:17 +0000 Subject: Deprecate mysqli driver_version property The driver version hasn't been updated in 13 years, so this number is essentially meaningless. Check PHP_VERSION_ID instead. --- UPGRADING | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index cef46be99f..db0e1d4843 100644 --- a/UPGRADING +++ b/UPGRADING @@ -212,6 +212,11 @@ PHP 8.1 UPGRADE NOTES 4. Deprecated Functionality ======================================== +- MySQLi: + . 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. + ======================================== 5. Changed Functions ======================================== -- cgit v1.2.1