]> granicus.if.org Git - php/commitdiff
news
authorArnaud Le Blanc <lbarnaud@php.net>
Mon, 11 Aug 2008 22:40:02 +0000 (22:40 +0000)
committerArnaud Le Blanc <lbarnaud@php.net>
Mon, 11 Aug 2008 22:40:02 +0000 (22:40 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f789ce4b25ed70d2220eaae320e6bef42e7eafad..5ffc94f5e6ba72383d86dc8d0455b3916c2eadad 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -44,6 +44,8 @@ PHP                                                                        NEWS
 - Fixed bug #45251 (double free or corruption with setAttributeNode()). (Rob)
 - Fixed bug #45220 (curl_read callback returns -1 when needs to return 
   size_t (unsigned)). (Felipe)
+- Fixed bug #45181 (chdir() should clear relative entries in stat cache). 
+  (Arnaud)
 - Fixed bug #45178 (memory corruption on assignment result of "new" by
   reference). (Dmitry)
 - Fixed bug #45151 (Crash with URI/file..php (filename contains 2 dots)).