From: Marcus Boerger Date: Sun, 20 Jul 2003 22:03:28 +0000 (+0000) Subject: Unify X-Git-Tag: BEFORE_ARG_INFO~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82293c2a546033a6698637faecda9f29de4b142e;p=php Unify --- diff --git a/NEWS b/NEWS index 11891d0335..b16c54c4ef 100644 --- a/NEWS +++ b/NEWS @@ -4,12 +4,12 @@ PHP NEWS ?? ??? 2003, PHP 5 Beta 2 - Added function dbase_get_header_info. (Zak) -- Add SQLite support to DBX .(Marc) +- Added SQLite support to DBX .(Marc) - Added reflection API. (Andrei, George, Timm) - Added snmp_read_mib() which reads a MIB file into the active MIB tree. (Jani) - Fixed support for fields within XML documents in ext/xml. (Sterling) -- Fix visibility of __construct and __clone. (Marcus) +- Fixed visibility of __construct and __clone. (Marcus) - Fixed bug #24729 ($obj = new $className; causes crash when $className is not set). (Marcus) - Fixed bug #24445 (get_parent_class returns different values). (Sterling,