]> granicus.if.org Git - php/commitdiff
Fixed bug #37291 (FastCGI now longer works with isapi_fcgi.dll)
authorDmitry Stogov <dmitry@php.net>
Wed, 3 May 2006 13:25:37 +0000 (13:25 +0000)
committerDmitry Stogov <dmitry@php.net>
Wed, 3 May 2006 13:25:37 +0000 (13:25 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7eac72e578716a21188f2ae0de34b1d5632a965f..84551f3a61efcbc6432baecfb2b888e24e061b5e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ PHP                                                                        NEWS
 - Added "capture_peer_cert" and "capture_peer_cert_chain" context options
   for SSL streams. (Wez).
 - Fixed possible crash in highlight_string(). (Dmitry)
+- Fixed bug #37291 (FastCGI now longer works with isapi_fcgi.dll). (Dmitry)
 - Fixed bug #37277 (cloning Dom Documents or Nodes does not work). (Rob)
 - Fixed bug #37276 (problems witch $_POST array). (Dmitry)
 - Fixed bug #36632 (bad error reporting for pdo_odbc exec UPDATE). (Wez).