]> granicus.if.org Git - php/commitdiff
some style fixes
authorfoobar <sniper@php.net>
Mon, 21 Jul 2003 08:20:48 +0000 (08:20 +0000)
committerfoobar <sniper@php.net>
Mon, 21 Jul 2003 08:20:48 +0000 (08:20 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b16c54c4efef022e134a95079722a756a3956f82..cdd8f83f07699c023aac87eb4a080a6305b292ac 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ PHP                                                                        NEWS
 
 ?? ??? 2003, PHP 5 Beta 2
 - Added function dbase_get_header_info. (Zak)
-- Added 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. 
@@ -12,9 +12,9 @@ PHP                                                                        NEWS
 - 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, 
-  Stanislav)
-- Fixed bug #24403 (preg_replace problem: Using $this when not in object 
+- Fixed bug #24445 (get_parent_class() returns different values).
+  (Sterling, Stanislav)
+- Fixed bug #24403 (preg_replace() problem: Using $this when not in object 
   context). (Zeev)
 - Fixed bug #24399 (PEAR DB isError crash [instanceof_function fault?]). 
   (Sterling, Marcus)