From: Marcus Boerger Date: Thu, 15 Sep 2005 03:42:41 +0000 (+0000) Subject: - Update with latest SPLchanges X-Git-Tag: php-5.1.0RC2~252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca8596ab83ca39cf1097684376a592147b2f3d9c;p=php - Update with latest SPLchanges --- diff --git a/NEWS b/NEWS index e74cadd8c9..4d1f273a19 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,10 @@ PHP NEWS - Added support for class constants and static members for internal classes. (Dmitry, Michael Wallner) - Added "new_link" parameter to mssql_connect(). Bug #34369. (Frank) +- Improved SPL extension. (Marcus) + . Added RecursiveFilterIterator + . Added SplObjectStorage + . Made all SPL constants class constants - Upgraded bundled SQLite library for PDO:SQLite to 3.2.5 (Ilia) - Upgraded SQLite 2 library in ext/sqlite to 2.8.16 (Ilia) - Upgraded PCRE library to version 6.2. (Andrei)