summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
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
========================================