From: foobar Date: Thu, 9 Oct 2003 11:05:21 +0000 (+0000) Subject: cleanup X-Git-Tag: RELEASE_1_3b3~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45adf7ec96bb659c3a55e279ec6666a6ceeae3bf;p=php cleanup --- diff --git a/NEWS b/NEWS index 3e880dae78..e464320500 100644 --- 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 ). (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 fields within XML documents in ext/xml.