]> granicus.if.org Git - php/commitdiff
- missing entries
authorPierre Joye <pajoye@php.net>
Thu, 11 Feb 2010 21:12:11 +0000 (21:12 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 11 Feb 2010 21:12:11 +0000 (21:12 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f31a989c312cc220639d8008e4485e5db69dd2f3..239ce818f8694214853ff1803a1441b479aeb753 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,10 @@ PHP                                                                        NEWS
 - Fixed possible bad behavior of rename on windows when used with symbolic
   links or invalid paths. (Pierre)
 - Fixed error output to stderr on Windows. (Pierre)
+- Fixed memory leaks in is_writable/readable/etc on Windows. (Pierre)
+- Fixed memory leaks in the ACL function on Windows. (Pierre)
+- Fixed memory leak in the realpath cache on Windows. (Pierre)
+- Fixed memory leak in zip_close. (Pierre)
 
 - Fixed bug #50952 (allow underscore _ in constants parsed in php.ini files).
   (Jani)