diff options
author | Felipe Pena <felipe@php.net> | 2008-12-03 10:15:13 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2008-12-03 10:15:13 +0000 |
commit | 2689a74ceeb9cbfc0910fc6f28f8437a85c1d142 (patch) | |
tree | 4a4c91c720a3da1dff195baec1747672d9e8d001 | |
parent | b11ad90dfce6b2e9c5021a2a3d4b8e8a326d899b (diff) | |
download | php-git-2689a74ceeb9cbfc0910fc6f28f8437a85c1d142.tar.gz |
- BFN
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |