summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2015-02-18 16:39:54 +0100
committerJulien Pauli <jpauli@php.net>2015-02-18 16:39:54 +0100
commit5b205c71a54b6a45c7c20c77020d8ec76a9b88ef (patch)
treea94f0410cc202b33a9537ed4d7b2e5a6ccfadd31
parentd34b9cf93d19282e6fafa2ad850c65b295f99f75 (diff)
downloadphp-git-PHP-5.5.22.tar.gz
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1ec7fcfdda..508968e9ee 100644
--- a/NEWS
+++ b/NEWS
@@ -67,6 +67,8 @@ PHP NEWS
- Standard:
. Fixed bug #65272 (flock() out parameter not set correctly in windows).
(Daniel Lowrey)
+ . Fixed bug #69033 (Request may get env. variables from previous requests
+ if PHP works as FastCGI)
- Streams:
. Fixed bug which caused call after final close on streams filter. (Bob)