sniper          Thu Oct  9 07:05:22 2003 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  cleanup
  
Index: php-src/NEWS
diff -u php-src/NEWS:1.1475 php-src/NEWS:1.1476
--- php-src/NEWS:1.1475 Thu Oct  9 03:35:18 2003
+++ php-src/NEWS        Thu Oct  9 07:05:21 2003
@@ -3,12 +3,6 @@
 ?? ??? 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 @@
   . 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 <[EMAIL PROTECTED]>). (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. 

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

Reply via email to