From: Pierre Joye Date: Thu, 11 Feb 2010 21:12:11 +0000 (+0000) Subject: - missing entries X-Git-Tag: php-5.3.2RC2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3e782585a7e99be98ad39a3f2ba10a38b4e9704;p=php - missing entries --- diff --git a/NEWS b/NEWS index f31a989c31..239ce818f8 100644 --- 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)