Skip to content

Commit 1165842

Browse files
author
foobar
committed
cleanup, typos, etc
1 parent 9a1c6c5 commit 1165842

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

NEWS

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@ PHP NEWS
33
?? Aug 2005, PHP 5.1 Release Candidate 2
44
- Changed "instanceof" and "catch" operators, is_a() and is_subclass_of()
55
functions to not call __autoload(). (Dmitry)
6-
- Added support for class constants and static members for internal
7-
classes. (Dmitry, Michael Wallner)
8-
- Added "new_link" parameter to mssql_connect(). Bug #34369. (Frank)
6+
- Added support for class constants and static members for internal classes.
7+
(Dmitry, Michael Wallner)
8+
- Added "new_link" parameter to mssql_connect() (Bug #34369). (Frank)
99
- Improved SPL extension. (Marcus)
1010
. Moved RecursiveArrayIterator from examples into extension
1111
. Moved RecursiveFilterIterator from examples into extension
1212
. Added SplObjectStorage
1313
. Made all SPL constants class constants
14-
. Renamed CachingRecursiveIterator to RecursiveCachingIteraotr to follow
14+
. Renamed CachingRecursiveIterator to RecursiveCachingIterator to follow
1515
Recursive<*>Iterator naming scheme.
16-
- Upgraded bundled SQLite library for PDO:SQLite to 3.2.5 (Ilia)
17-
- Upgraded SQLite 2 library in ext/sqlite to 2.8.16 (Ilia)
18-
- Upgraded PCRE library to version 6.2. (Andrei)
16+
- Upgraded bundled libraries:
17+
. PCRE library to version 6.2. (Andrei)
18+
. SQLite 3 library in ext/pdo_sqlite to 3.2.5. (Ilia)
19+
. SQLite 2 library in ext/sqlite to 2.8.16. (Ilia)
1920
- Upgraded bundled libraries in Windows distribution. (Edin)
2021
. zlib 1.2.3
2122
. curl 7.14.0

0 commit comments

Comments
 (0)