From: foobar Date: Thu, 15 Apr 2004 02:37:42 +0000 (+0000) Subject: reorder..is this so hard..? :) X-Git-Tag: php-5.0.0RC2RC2~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=724a221a7b6a1ace36005adf75f27304b0eaf2a3;p=php reorder..is this so hard..? :) --- diff --git a/NEWS b/NEWS index 1be17a17ff..9832ea5be3 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,12 @@ 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) +- 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 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 @@ -12,8 +14,6 @@ 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