sniper          Mon Jul 21 04:20:48 2003 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  some style fixes
  
Index: php-src/NEWS
diff -u php-src/NEWS:1.1442 php-src/NEWS:1.1443
--- php-src/NEWS:1.1442 Sun Jul 20 18:03:28 2003
+++ php-src/NEWS        Mon Jul 21 04:20:48 2003
@@ -4,7 +4,7 @@
 
 ?? ??? 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 @@
 - 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)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to