summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorDharman <tekiela246@gmail.com>2021-03-13 19:06:17 +0000
committerNikita Popov <nikita.ppv@gmail.com>2021-03-15 10:48:36 +0100
commit3dfd3558ca2f63ffc8fe32103d6db264b2e3d6a4 (patch)
tree218fb6994334682c1ee462f9e44fc00a27dd2698 /UPGRADING
parent11dbed9b2f193547c7b9cfe07d6fa36b973a7800 (diff)
downloadphp-git-3dfd3558ca2f63ffc8fe32103d6db264b2e3d6a4.tar.gz
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.
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING5
1 files changed, 5 insertions, 0 deletions
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
========================================