From: Marcus Boerger Date: Sun, 25 Jan 2004 11:54:28 +0000 (+0000) Subject: BFN X-Git-Tag: php_ibase_before_split~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=386310ea02ba08392174db7127a31d9a62336e96;p=php BFN --- diff --git a/NEWS b/NEWS index 4f8057b6ad..feeb1f560d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5 RC1 +- Completely overhauled SimpleXML extension. (Marcus, Rob, Sterling) - Added stream_lock() method to userspace streams interface. (Hartmut, Wez) - Added xsltprocessor->registerPHPFunctions(). (Christian) - Bundled new SPL extension. (Marcus, Derick) @@ -9,6 +10,7 @@ PHP NEWS (Derick) - Fixed problems with longlong values in mysqli. (Georg) - Fixed class name case preserving of user defined classes. (Marcus) +- Fixed bug #27008 (Every class method can be called as static). (Marcus) - Fixed bug #26938 (exec() has problems reading long lines). (Ilia, runekl[at]opoint[dot]com - Fixed bug #26947 (ext/dom: Crash when using DomDocument::getElementById()).