diff options
author | Dmitry Stogov <dmitry@php.net> | 2007-01-23 18:14:52 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2007-01-23 18:14:52 +0000 |
commit | 1ef02490c3446eeab6da6ede68c914f98d2d0b0f (patch) | |
tree | 8aa347cbe1543696a9faa0cc3823a4eeb1cd00bf | |
parent | dfa95b718f5a5f54b4145c664283b8bb30b9336c (diff) | |
download | php-git-1ef02490c3446eeab6da6ede68c914f98d2d0b0f.tar.gz |
Fixed bug #40200 (The FastCgi version has different realpath results than thread safe version)
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |