summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-12-03 10:15:13 +0000
committerFelipe Pena <felipe@php.net>2008-12-03 10:15:13 +0000
commit2689a74ceeb9cbfc0910fc6f28f8437a85c1d142 (patch)
tree4a4c91c720a3da1dff195baec1747672d9e8d001
parentb11ad90dfce6b2e9c5021a2a3d4b8e8a326d899b (diff)
downloadphp-git-2689a74ceeb9cbfc0910fc6f28f8437a85c1d142.tar.gz
- BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0028b85218..4429175ade 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ PHP NEWS
- Fixed missing initialization of BG(page_uid) and BG(page_gid),
reported by Maksymilian Arciemowicz. (Stas)
+- Fixed memory leak inside sqlite_create_aggregate(). (Felipe)
+- Fixed memory leak inside PDO sqlite's sqliteCreateAggregate() method. (Felipe)
- Fixed bug #46366 (bad cwd with / as pathinfo). (Dmitry)
- Fixed bug #46732 (mktime.year description is wrong). (Derick)