From: Etienne Kneuss Date: Wed, 9 Jul 2008 10:07:46 +0000 (+0000) Subject: add SplFileInfo::getPathInfo fix to NEWS X-Git-Tag: php-5.3.0alpha1~424 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e16b96a58a480b897c35a3f6721085d51a8e53ed;p=php add SplFileInfo::getPathInfo fix to NEWS --- diff --git a/NEWS b/NEWS index 94c4ee4492..b6042dad33 100644 --- a/NEWS +++ b/NEWS @@ -199,6 +199,8 @@ PHP NEWS - Fixed PECL bug #12431 (OCI8 ping functionality is broken). (Oracle Corp.) +- Fixed bug #45345 (SPLFileInfo::getPathInfo() returning dir info instead of + file info). (Etienne) - Fixed bug #45038 (Crash when using DateTimeZone object returned by Date::getTimezone). (Joe Orton, Derick) - Fixed bug #44769 (declaring private magic methods should throw error). (Felipe)