From: Dmitry Stogov Date: Tue, 23 Jan 2007 18:14:52 +0000 (+0000) Subject: Fixed bug #40200 (The FastCgi version has different realpath results than thread... X-Git-Tag: RELEASE_1_2_3~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ef02490c3446eeab6da6ede68c914f98d2d0b0f;p=php Fixed bug #40200 (The FastCgi version has different realpath results than thread safe version) --- diff --git a/NEWS b/NEWS index 5599f3b29c..00090af3b8 100644 --- 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).