summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-12-23 10:57:19 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-12-23 11:25:31 +0100
commit438b025a28cda2935613af412fc13702883dd3a2 (patch)
treea826f7d6dae1c50889dff1cbc9ed905666a78ef2 /NEWS
parent012439b78e5dbb41ae90fbdf09ab1d8da50bb9fc (diff)
downloadphp-git-438b025a28cda2935613af412fc13702883dd3a2.tar.gz
Support native types in PDO SQLite
Return integers and floats as native types if possible. As usual, the old behavior can be restored by enabling ATTR_STRINGIFY_FETCHES. Fixes bug #38334.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dc4862c291..0ca1603b51 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,9 @@ PHP NEWS
. Fixed bug #40913 (PDO_MYSQL: PDO::PARAM_LOB does not bind to a stream for
fetching a BLOB). (Nikita)
+. PDO SQLite:
+ . Fixed bug #38334 (Proper data-type support for PDO_SQLITE). (Nikita)
+
- PSpell:
. Convert resource<pspell> to object \PSpell. (Sara)
. Convert resource<pspell config> to object \PSPellConfig. (Sara)