summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2008-03-07 17:17:00 +0000
committerScott MacVicar <scottmac@php.net>2008-03-07 17:17:00 +0000
commite6f6a1981ff628de677e1ca9de5631d85696b09b (patch)
treec48841d7643dfa8d3c9122f60f44366ad5ddee47
parent4147031eb006a9041967481082a7fa271837b61d (diff)
downloadphp-git-e6f6a1981ff628de677e1ca9de5631d85696b09b.tar.gz
BFN.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a94f31201f..1c9d72ea78 100644
--- a/NEWS
+++ b/NEWS
@@ -152,6 +152,8 @@ PHP NEWS
- Fixed bug #42637 (SoapFault : Only http and https are allowed). (Bill Moran)
- Fixed bug #42548 (mysqli PROCEDURE calls can't return result sets). (hartmut)
- Fixed bug #42509 (gmp leaks memory when gmp_init() not used). (Stas)
+- Fixed bug #42443 (PDO SQLite driver binds integers and booleans as strings).
+ (Scott)
- Fixed bug #42284 (duplicate of #39700). (Lars W)
- Fixed bug #42190 (Constructing DateTime with TimeZone Indicator invalidates
DateTimeZone). (Derick)
@@ -160,6 +162,8 @@ PHP NEWS
- Fixed bug #41599 (setTime() fails after modify() is used). (Derick)
- Fixed bug #41522 (PDO firebird driver returns null if it fails to connect).
(Lars W)
+- Fixed bug #41135 (PDO SQLite driver binds blobs as strings,
+ use sqlite3_bind_blob() to stop errors with null bytes). (Scott)
- Fixed bug #41069 (OCI8: Seg fault with query over DB link) (Chris Jones)
- Fixed bug #39822 (new PDO() doesn't work with firebird). (Lars W)
- Fixed bug #39700 (NUMERIC error when result precision are 7,8 or 12-14 ).