sniper          Fri Sep  5 09:34:22 2003 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  grouped DBX stuff
  
Index: php-src/NEWS
diff -u php-src/NEWS:1.1464 php-src/NEWS:1.1465
--- php-src/NEWS:1.1464 Fri Sep  5 08:14:57 2003
+++ php-src/NEWS        Fri Sep  5 09:34:21 2003
@@ -4,6 +4,10 @@
 
 ?? ??? 2003, PHP 5 Beta 2
 - Added new COM extension with integrated .Net support. (Wez)
+- Improved the DBX extension: (Marc)
+  . Added DBX_RESULT_UNBUFFERED flag for dbx_query().
+  . Added dbx_fetch_row()
+  . Added SQLite support.
 - Improved the Interbase extension: (Ard Biesheuvel)
   . Added support for multiple databases into ibase_trans()
   . Added support for CREATE DATABASE, SET TRANSACTION and EXECUTE PROCEDURE
@@ -24,9 +28,6 @@
 - Added "resume_pos" context option to "ftp://"; wrapper. (Sara)
 - Added optional parameter to OCIWriteTemporaryLob() to specify the type of LOB
   (Patch by Novicky Marek <[EMAIL PROTECTED]>). (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. 
   (Sterling)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to