helly           Wed Apr 14 19:41:23 2004 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  BFN
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1675&r2=1.1676&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1675 php-src/NEWS:1.1676
--- php-src/NEWS:1.1675 Tue Apr 13 13:28:23 2004
+++ php-src/NEWS        Wed Apr 14 19:41:22 2004
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ????? 2004, PHP 5 Release Candidate 2
+- Changed most class and method names to studlyCaps (exception ext/mysqli). 
+  (Marcus)
 - Reimplemented zend.ze1_compatibility_mode to have better PHP 4 compliance.
   (Dmitry, Andi)
 - Changed language parser to throw errors when a non-empty signature is used in
@@ -10,6 +12,9 @@
 - Changed SQLite extension to use studlyCaps convention in its OO API. (Marcus)
 - Changed __construct() to always take precedence over old style constructor.
   (Dmitry)
+- Added possibility to check in which extension an internal class was defined 
+  in using reflection API. (Marcus)
+- Fixed bug #27997 (SPL: Crash with getInnerIterator()). (Marcus)
 - Fixed bug #27928 (sqlite incorrectly handles invalid filenames). (Ilia)
 - Fixed bug #27821 (xml_parse() segfaults when xml_set_object() is called from
   class method). (Andi, Rob)

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

Reply via email to