]> granicus.if.org Git - php/commitdiff
cleanup
authorfoobar <sniper@php.net>
Thu, 9 Oct 2003 11:05:21 +0000 (11:05 +0000)
committerfoobar <sniper@php.net>
Thu, 9 Oct 2003 11:05:21 +0000 (11:05 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3e880dae7858b64c75f5e711d63c4833d1d63e53..e464320500ae5838b92650a4baa190176a0b2bef 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,12 +3,6 @@ PHP                                                                        NEWS
 ?? ??? 200?, Version 5.0.0
 
 ?? ??? 2003, PHP 5 Beta 2
-- Added new COM extension with integrated .Net support. (Wez)
-- Added new array functions : 
-  . array_udiff()        (Andrey)
-  . array_udiff_assoc()  (Andrey)
-  . array_udiff_uassoc() (Andrey)
-  . array_diff_uassoc()  (Andrey)
 - Improved the DBX extension: (Marc)
   . Added DBX_RESULT_UNBUFFERED flag for dbx_query().
   . Added dbx_fetch_row()
@@ -26,19 +20,23 @@ PHP                                                                        NEWS
   . Added ibase_param_info()
   . Added ibase_wait_event()
   . Added ibase_set_event_handler() and ibase_free_event_handler()
-- Added misc. new functions:
+- Added new COM extension with integrated .Net support. (Wez)
+- Added new functions:
   . setrawcookie(). (Brian)
   . pg_version(). (Marcus)
   . dbase_get_header_info(). (Zak)
   . snmp_read_mib(). (Jani)
   . http_build_query(). (Sara)
   . ftp_alloc(). (Sara)
-- Changed fgetcsv() in order for the second parameter to be optional.
-  (Moriyoshi)
+  . array_udiff(). (Andrey)
+  . array_udiff_assoc(). (Andrey)
+  . array_udiff_uassoc(). (Andrey)
+  . array_diff_uassoc(). (Andrey)
 - 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 reflection API. (Andrei, George, Timm)
+- Changed length parameter in fgetcsv() to be optional. (Moriyoshi)
 - Fixed fgetcsv() to correctly handle international (non-ascii) characters.
   (Moriyoshi)
 - Fixed support for <![CDATA[]]> fields within XML documents in ext/xml.