From: Arnaud Le Blanc Date: Mon, 11 Aug 2008 22:40:02 +0000 (+0000) Subject: news X-Git-Tag: php-5.2.7RC1~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6057b04dd073dbebef35c59ed4fb5c92c5a1a3ee;p=php news --- diff --git a/NEWS b/NEWS index f789ce4b25..5ffc94f5e6 100644 --- 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)).