summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-09-18 20:34:43 +0000
committerfoobar <sniper@php.net>2005-09-18 20:34:43 +0000
commit116584297a4a3446656081257792be2c32e87b0c (patch)
treec0adb8d9b7817fffb71c5bc304647b5d3100656c
parent9a1c6c55b86391beac100fe4e80c79f2f2af9f6e (diff)
downloadphp-git-116584297a4a3446656081257792be2c32e87b0c.tar.gz
cleanup, typos, etc
-rw-r--r--NEWS15
1 files changed, 8 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 708b212445..05b6691598 100644
--- a/NEWS
+++ b/NEWS
@@ -3,19 +3,20 @@ PHP NEWS
?? Aug 2005, PHP 5.1 Release Candidate 2
- Changed "instanceof" and "catch" operators, is_a() and is_subclass_of()
functions to not call __autoload(). (Dmitry)
-- Added support for class constants and static members for internal
- classes. (Dmitry, Michael Wallner)
-- Added "new_link" parameter to mssql_connect(). Bug #34369. (Frank)
+- 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)
. Moved RecursiveArrayIterator from examples into extension
. Moved RecursiveFilterIterator from examples into extension
. Added SplObjectStorage
. Made all SPL constants class constants
- . Renamed CachingRecursiveIterator to RecursiveCachingIteraotr to follow
+ . Renamed CachingRecursiveIterator to RecursiveCachingIterator to follow
Recursive<*>Iterator naming scheme.
-- 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)
+- Upgraded bundled libraries:
+ . PCRE library to version 6.2. (Andrei)
+ . SQLite 3 library in ext/pdo_sqlite to 3.2.5. (Ilia)
+ . SQLite 2 library in ext/sqlite to 2.8.16. (Ilia)
- Upgraded bundled libraries in Windows distribution. (Edin)
. zlib 1.2.3
. curl 7.14.0