]> granicus.if.org Git - php/commitdiff
Unify
authorMarcus Boerger <helly@php.net>
Sun, 20 Jul 2003 22:03:28 +0000 (22:03 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 20 Jul 2003 22:03:28 +0000 (22:03 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 11891d0335a93cdccb23372cd47fc15d914dfa94..b16c54c4efef022e134a95079722a756a3956f82 100644 (file)
--- 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 <![CDATA[]]> 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,