sniper Thu Apr 15 08:25:59 2004 EDT Modified files: /php-src NEWS Log: Remove duplicate entries http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1678&r2=1.1679&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1678 php-src/NEWS:1.1679 --- php-src/NEWS:1.1678 Thu Apr 15 06:27:50 2004 +++ php-src/NEWS Thu Apr 15 08:25:57 2004 @@ -5,13 +5,11 @@ (Dmitry, Andi) - Added possibility to check in which extension an internal class was defined in using reflection API. (Marcus) -- Changed most class and method names to studlyCaps (exception ext/mysqli). - (Marcus) +- Changed class and method names to use studlyCaps convention. (Marcus) - Changed language parser to throw errors when a non-empty signature is used in a destructor definition. (Marcus) - Changed HTTP file uploads not to throw E_WARNINGs and E_NOTICEs. The error value in the $_FILES global should be used for error handling. (Derick) -- Changed SQLite extension to use studlyCaps convention in its OO API. (Marcus) - Changed __construct() to always take precedence over old style constructor. (Dmitry) - Fixed bug #27997 (SPL: Crash with getInnerIterator()). (Marcus)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php