]> granicus.if.org Git - php/commitdiff
Fixed bug #40200 (The FastCgi version has different realpath results than thread...
authorDmitry Stogov <dmitry@php.net>
Tue, 23 Jan 2007 18:14:52 +0000 (18:14 +0000)
committerDmitry Stogov <dmitry@php.net>
Tue, 23 Jan 2007 18:14:52 +0000 (18:14 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5599f3b29cfa624c0847be121c44dfcc6dca2547..00090af3b8f1ffc07b1df83899090fabcdb12cee 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP                                                                        NEWS
 ?? Jan 2007, PHP 5.2.1RC4
 - Fixed PECL bug #7295 (ORA-01405: fetched column value is NULL on LOB fields).
   (Tony)
+- Fixed bug #40200 (The FastCgi version has different realpath results than
+  thread safe version). (Dmitry)
 - Fixed bug #40191 (use of array_unique() with objects triggers segfault).
   (Tony)
 - Fixed bug #40169 (CURLOPT_TCP_NODELAY only available in curl >= 7.11.2).