From 1c7fdeac21baf50f5d7ee38880393203881975c3 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 14 Apr 2004 23:41:22 +0000 Subject: [PATCH] BFN --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index d11693fb76..1be17a17ff 100644 --- a/NEWS +++ b/NEWS @@ -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 @@ PHP NEWS - 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) -- 2.40.0