From: foobar Date: Thu, 15 Apr 2004 12:25:57 +0000 (+0000) Subject: Remove duplicate entries X-Git-Tag: php-5.0.0RC2RC2~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a45a8e948e7e3a012b031366c51ea1b424d35e9;p=php Remove duplicate entries --- diff --git a/NEWS b/NEWS index b892264347..800d0f316f 100644 --- a/NEWS +++ b/NEWS @@ -5,13 +5,11 @@ PHP NEWS (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)