summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-09-15 13:31:17 +0200
committerRemi Collet <remi@php.net>2014-09-15 13:31:17 +0200
commitad0b63cad4e372c6d063ec2d5df8782fd63de06a (patch)
tree1cdf428920396028ff946b34de496b046d35d4a5
parent8cac75969e5abb2b6be5bbd489d851a4f9e50979 (diff)
downloadphp-git-ad0b63cad4e372c6d063ec2d5df8782fd63de06a.tar.gz
NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 099b6cae1d..3fc0f8045d 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@ PHP NEWS
. Fixed bug #67739 (Windows 8.1/Server 2012 R2 OS build number reported
as 6.2 (instead of 6.3)). (Christian Wenz)
+- FPM:
+ . Fixed bug #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable
+ when using Apache, mod_proxy-fcgi and ProxyPass). (Remi)
+
- Session:
. Fixed bug #67972 (SessionHandler Invalid memory read create_sid()). (Adam)