From: Marcus Boerger Date: Thu, 11 May 2006 22:58:14 +0000 (+0000) Subject: - Update X-Git-Tag: php-5.2.0RC1~577 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5f8d2899c66e51f03c23cae7d47ca7eaeb77343;p=php - Update --- diff --git a/NEWS b/NEWS index 741c56b5b0..7cd1ed7b8b 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,9 @@ - Added support for constructors in interfaces to force constructor signature checks in implementations. (Marcus) - Changed __toString to be called whereever applicable. (Marcus) +- Improved PDO: + . Added new attribute ATTR_DEFAULT_FETCH_MODE. (Pierre) + . Added FETCH_PROPS_LATE. (Marcus) - Improved SPL: (Marcus) . Added RegExIterator and RecursiveRegExIterator . Added full caching support and ArrayAccess to CachingIterator.