]> granicus.if.org Git - php/commitdiff
Fix NEWS
authorRemi Collet <remi@php.net>
Mon, 15 Sep 2014 06:24:10 +0000 (08:24 +0200)
committerRemi Collet <remi@php.net>
Mon, 15 Sep 2014 06:24:10 +0000 (08:24 +0200)
- #65641 mod_proxy-fcgi is not fixed (still open)
- #67606 mod_fastcgi is fixed in ee275e34c8b303945945c650d4bc90dcc2ac0b17

NEWS

diff --git a/NEWS b/NEWS
index ba6eaaaf5cfbe57ed3b222eed7d177a9cf05a2e0..af15f2e7d58519dc8398f83f15c96304b2f88b3d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,8 +22,7 @@ PHP                                                                        NEWS
     (Aidas Kasparas)
 
 - FPM:
-  . Fixed #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable when
-    using Apache). (David Zuelke)
+  . Fixed #67606 (FPM with mod_fastcgi/apache2.4 is broken). (David Zuelke)
 
 - OpenSSL:
   . Fixed bug #41631 (socket timeouts not honored in blocking SSL reads).