?? ??? 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()
. 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.