summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2009-01-20 09:59:25 +0000
committerScott MacVicar <scottmac@php.net>2009-01-20 09:59:25 +0000
commite596baa520a5be321dccc13f912994dfe4b5577c (patch)
treed14796fb319b81a88cd4fea80783198b54461263
parent5b79c375009b4aac5ae69c49746f5006092497c9 (diff)
downloadphp-git-e596baa520a5be321dccc13f912994dfe4b5577c.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 275f283f25..b8438b4051 100644
--- a/NEWS
+++ b/NEWS
@@ -48,7 +48,7 @@ PHP NEWS
- Fixed building of pdo_sqlite without sqlite3. (Scott)
-- Fixed bug #47145 (Always free failed SQLite statements). (Scott)
+- Fixed bug #47145 + #47159 (Always free failed SQLite statements). (Scott)
- Fixed bug #47141 (Unable to fetch error messages from SQLite
when the database can't be opened). (Scott)
- Fixed bug #47050 (mysqli_poll() modifies improper variables). (Johannes)