helly           Sun May 14 02:00:04 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    NEWS 
  Log:
  - Update
  
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.18&r2=1.2027.2.547.2.19&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.18 php-src/NEWS:1.2027.2.547.2.19
--- php-src/NEWS:1.2027.2.547.2.18      Sun May 14 01:55:27 2006
+++ php-src/NEWS        Sun May 14 02:00:04 2006
@@ -7,11 +7,15 @@
 - Added support for constructors in interfaces to force constructor signature
   checks in implementations. (Marcus)
 - Changed __toString to be called whereever applicable. (Marcus)
+- Improved xmlReader: (Rob)
+  . Added readInnerXml(), xmlReader::setSchema().
+  . Added readInnerXML(), readOuterXML(), readString(), setSchema(). (2.6.20+)
+  . Changed to passing libxml options when loading reader.
 - Improved PDO:
   . Added new attribute ATTR_DEFAULT_FETCH_MODE. (Pierre)
   . Added FETCH_PROPS_LATE. (Marcus)
 - Improved SPL: (Marcus)
-  . Added RegExIterator and RecursiveRegExIterator
+  . Added RegExIterator and RecursiveRegExIterator.
   . Added full caching support and ArrayAccess to CachingIterator.
   . Added array functions to ArrayObject/ArrayIterator and made them faster.
   . Added support for reading csv and skipping empty lines in SplFileObject.

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

Reply via email to