summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-09-01 09:21:37 +0000
committerJani Taskinen <jani@php.net>2008-09-01 09:21:37 +0000
commitbfc734e5ed93efbec82198b4ae72563407fecf03 (patch)
tree822404b6f479071ca10a1cad96d9ffbd5060aab9
parentdb24e89b350c927180c81bb6b22545b5777cd34c (diff)
downloadphp-git-bfc734e5ed93efbec82198b4ae72563407fecf03.tar.gz
- Remove extra )
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 068a949b51..a1b8f4e6d5 100644
--- a/NEWS
+++ b/NEWS
@@ -42,9 +42,9 @@ PHP NEWS
- Fixed bug #45706 (Unserialization of classes derived from ArrayIterator
fails). (Etienne, Dmitry)
- Fixed bug #45696 (Not all DateTime methods allow method chaining). (Derick)
-- Fixed bug #43668) (Added odbc.default_cursortype to control the ODBC
+- Fixed bug #43668 (Added odbc.default_cursortype to control the ODBC
cursormodel). (Patrick)
-- Fixed bug #43666) (Fixed code to use ODBC 3.52 datatypes for 64bit systems).
+- Fixed bug #43666 (Fixed code to use ODBC 3.52 datatypes for 64bit systems).
(Patrick)
- Fixed bug #45636 (fileinfo ext duplicate strndup). (Derick)
- Fixed bug #45545 (DateInterval has 4 char limitation for ISO durations).