helly           Sun Feb 26 23:21:50 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src    NEWS 
  Log:
  - Update
  
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.429&r2=1.2027.2.430&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.429 php-src/NEWS:1.2027.2.430
--- php-src/NEWS:1.2027.2.429   Sun Feb 26 17:05:45 2006
+++ php-src/NEWS        Sun Feb 26 23:21:50 2006
@@ -4,6 +4,9 @@
 - Moved extensions to PECL:
   . ext/msession (Derick)
 - Reimplemented FastCGI interface. (Dmitry)
+- Improved SimpleXML: (Marcus)
+  . Added SimpleXMLElement::getName() to retrieve name of element.
+  . Added ability to create elements on the fly.
 - Improved Reflection API: (Marcus)
   . Added ReflectionClass::newInstanceArgs($args).
   . Added ability to analyze extension dependency.
@@ -110,6 +113,7 @@
 - Fixed bug #35954 (Fatal com_exception casting object). (Rob)
 - Fixed bug #35900 (stream_select() should warning when tv_sec is negative).
   (Ilia)
+- Fixed bug #35785 (SimpleXML causes memory read error zend engine). (Marcus)
 - Fixed bug #34272 (empty array onto COM object blows up). (Rob)
 
 12 Jan 2006, PHP 5.1.2

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to