From: Pierre Joye Date: Tue, 1 Sep 2009 17:53:00 +0000 (+0000) Subject: - readdir/scandir entry X-Git-Tag: php-5.3.1RC1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39178112fcf7880eb97de217909492225c7b8ac3;p=php - readdir/scandir entry --- diff --git a/NEWS b/NEWS index 2885bfabf1..bd172d6621 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,7 @@ PHP NEWS - Improved shared extension loading on OSX to use the standard Unix dlopen() API. (Scott) +- Fixed scandir/readdir when used mounted points on Windows. (Pierre) - Fixed zlib.deflate compress filter to actually accept level parameter. (Jani) - Fixed leak on error in popen/exec (and related functions) on Windows. (Pierre)