From 4a45a8e948e7e3a012b031366c51ea1b424d35e9 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 15 Apr 2004 12:25:57 +0000 Subject: [PATCH] Remove duplicate entries --- NEWS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) -- 2.40.0