]> granicus.if.org Git - php/commitdiff
BFN
authorMarcus Boerger <helly@php.net>
Sun, 25 Jan 2004 11:54:28 +0000 (11:54 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 25 Jan 2004 11:54:28 +0000 (11:54 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4f8057b6adc0e339baca0980b3df5f3c7a19bb3a..feeb1f560d8b433cfb342697a473bc80383e86d0 100644 (file)
--- 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()).