]> granicus.if.org Git - php/commitdiff
Fix NEWS
authorRemi Collet <remi@php.net>
Mon, 15 Sep 2014 06:23:25 +0000 (08:23 +0200)
committerRemi Collet <remi@php.net>
Mon, 15 Sep 2014 06:23:25 +0000 (08:23 +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 792665969e1e830b452104dafcae95cc6f63bd75..df023452ef44a68616c6ca4163a1234c5cdd3dcc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,8 +21,7 @@ PHP                                                                        NEWS
   . Fixed bug #66091 (memory leaks in DateTime constructor). (Tjerk)
 
 - 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)
 
 - GD:
   . Made fontFetch's path parser thread-safe. (Sara)