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 9b80b702a3..953082a7a0 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -53,6 +53,11 @@ PHP 8.1 UPGRADE NOTES
matches the behavior of native prepared statements. You can restore the
previous behavior by enabling the PDO::ATTR_STRINGIFY_FETCHES option.
+- PDO SQLite:
+ . Integers and floats in results sets will now be returned using native PHP
+ types. You can restore the previous behavior by enabling the
+ PDO::ATTR_STRINGFIY_FETCHES option.
+
- Standard:
. version_compare() no longer accepts undocumented operator abbreviations.