summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2007-01-23 18:14:52 +0000
committerDmitry Stogov <dmitry@php.net>2007-01-23 18:14:52 +0000
commit1ef02490c3446eeab6da6ede68c914f98d2d0b0f (patch)
tree8aa347cbe1543696a9faa0cc3823a4eeb1cd00bf
parentdfa95b718f5a5f54b4145c664283b8bb30b9336c (diff)
downloadphp-git-1ef02490c3446eeab6da6ede68c914f98d2d0b0f.tar.gz
Fixed bug #40200 (The FastCgi version has different realpath results than thread safe version)
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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).