]> granicus.if.org Git - php/commitdiff
fix NEWS for fcgi fix merge
authorStanislav Malyshev <stas@php.net>
Fri, 29 Aug 2014 06:10:32 +0000 (23:10 -0700)
committerStanislav Malyshev <stas@php.net>
Fri, 29 Aug 2014 06:10:32 +0000 (23:10 -0700)
NEWS

diff --git a/NEWS b/NEWS
index a34be3a47f0835450ac09f27748a22779d070764..24511868676cc95917583b00d3ed95de949a72d9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,13 +7,17 @@ PHP                                                                        NEWS
 
 - OpenSSL:
   . Fixed bug #41631 (socket timeouts not honored in blocking SSL reads).
-    (Daniel Lowrey).
+    (Daniel Lowrey)
 
 - Date:
-  . Fixed bug #66091 (memory leaks in DateTime constructor). (Tjerk).
+  . Fixed bug #66091 (memory leaks in DateTime constructor). (Tjerk)
 
-- GD
-  . Made fontFetch's path parser thread-safe. (Sara).
+- FPM:
+  . Fixed #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable when 
+    using Apache). (David Zuelke)
+
+- GD:
+  . Made fontFetch's path parser thread-safe. (Sara)
 
 - Wddx:
   . Fixed bug #67873 (Segfaults in php_wddx_serialize_var). (Anatol, Remi)
@@ -23,11 +27,11 @@ PHP                                                                        NEWS
     data). (Mike)
   . Fixed bug #67865 (internal corruption phar error). (Mike)
 
-?? ??? 2014, PHP 5.4.32
+21 Aug 2014, PHP 5.4.32
 
 - COM:
-  . Fixed missing type checks in com_event_sink (Yussuf Khalil, Stas).
-  . Fixed bug #41577 (DOTNET is successful once per server run)
+  . Fixed missing type checks in com_event_sink. (Yussuf Khalil, Stas)
+  . Fixed bug #41577 (DOTNET is successful once per server run).
     (Aidas Kasparas)
 
 - Fileinfo: