]> granicus.if.org Git - php/commitdiff
add SplFileInfo::getPathInfo fix to NEWS
authorEtienne Kneuss <colder@php.net>
Wed, 9 Jul 2008 10:07:46 +0000 (10:07 +0000)
committerEtienne Kneuss <colder@php.net>
Wed, 9 Jul 2008 10:07:46 +0000 (10:07 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 94c4ee4492c7358b92523989f0dadc98cde5edba..b6042dad33e0911629b87388482c0629ffa718fc 100644 (file)
--- 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)