summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2008-09-26 16:32:21 +0000
committerGreg Beaver <cellog@php.net>2008-09-26 16:32:21 +0000
commitc6f452fb5332f332af94ccb50e952cbb34da9a74 (patch)
tree58c66f8d00eb2360cc49e64ae04fa0080e31952a
parent184777921027bb15082ca616501a8570d7bdfae9 (diff)
downloadphp-git-c6f452fb5332f332af94ccb50e952cbb34da9a74.tar.gz
note fix to Bug #46178 memory leak in ext/phar, remove 'useless entry' according to Hannes
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cf7f12415c..977012f6ec 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,7 @@ PHP NEWS
- Fixed bug causing the algorithm parameter of mhash() to be modified. (Scott)
+- Fixed bug #46178 (memory leak in ext/phar). (Greg)
- Fixed bug #46160 (SPL - Memory leak when exception is thrown in offsetSet).
(Felipe)
- Fixed Bug #46147 (after stream seek, appending stream filter reads incorrect data).
@@ -22,7 +23,6 @@ PHP NEWS
(Ilia)
- Fixed bug #46086 (Segfault when accessing fileinfo class properties).
(Scott)
-- Fixed bug #46072 (Compile failure under IRIX 6.5.30 building util.c) (Greg)
- Fixed bug #46071 (finfo_open() segfaults when using wrong file name on BSD).
(Felipe)
- Fixed bug #46060 (Phar::addEmptyDir() breaks) (Greg)