]> granicus.if.org Git - php/commitdiff
BFN
authorScott MacVicar <scottmac@php.net>
Sat, 24 Jan 2009 12:19:21 +0000 (12:19 +0000)
committerScott MacVicar <scottmac@php.net>
Sat, 24 Jan 2009 12:19:21 +0000 (12:19 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0a4610eb30abdf2ee00daedfcdb037108b19afa4..8708514a411afda9f07c29f4124a0df2e09bf566 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,7 @@ PHP                                                                        NEWS
 - Added depth parameter to json_decode() to lower the nesting depth from the
   maximum if required. (Scott)
 - Added ICU support to SQLite3 when using the bundled version. (Scott)
+- Added SQLite3::openBlob() to read a blob value as a stream. (Scott)
 - Added pixelation support in imagefilter(). (Takeshi Abe, Kalle)
 - Added SplObjectStorage::addAll/removeAll. (Etienne)
 - Added Windows support for stream_socket_pair(). (Kalle)
@@ -51,8 +52,8 @@ PHP                                                                        NEWS
 
 - Fixed bug #47165 (Possible memory corruption when passing return value by
   reference). (Dmitry)
-- Fixed bug #47145 + #47159 (Always free failed SQLite statements). (Scott)
-- Fixed bug #47141 (Unable to fetch error messages from SQLite
+- Fixed bug #47145 + #47159 (Always free failed SQLite3 statements). (Scott)
+- Fixed bug #47141 (Unable to fetch error messages from SQLite3
   when the database can't be opened). (Scott)
 - Fixed bug #47087 (Second parameter of mssql_fetch_array()). (Felipe)
 - Fixed bug #47050 (mysqli_poll() modifies improper variables). (Johannes)