]> granicus.if.org Git - php/commitdiff
Added updates to dbx module to NEWS by hand as @ doesn't work
authorMarc Boeren <mboeren@php.net>
Fri, 5 Sep 2003 12:14:57 +0000 (12:14 +0000)
committerMarc Boeren <mboeren@php.net>
Fri, 5 Sep 2003 12:14:57 +0000 (12:14 +0000)
according to Jani (since when is this?).

NEWS

diff --git a/NEWS b/NEWS
index c59aa8857599f8688d51614666186956db0a6090..23f4df949df2507bc340776ab79d4effd41fc16c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,8 @@ PHP                                                                        NEWS
 - Added "resume_pos" context option to "ftp://" wrapper. (Sara)
 - Added optional parameter to OCIWriteTemporaryLob() to specify the type of LOB
   (Patch by Novicky Marek <novicky@aarongroup.cz>). (Thies)
+- Added DBX_RESULT_UNBUFFERED flag for dbx_query. (Marc)
+- Added dbx_fetch_row() function to DBX. (Marc)
 - Added SQLite support to DBX. (Marc)
 - Added reflection API. (Andrei, George, Timm)
 - Fixed support for <![CDATA[]]> fields within XML documents in ext/xml.