]> granicus.if.org Git - php/commitdiff
NEW and UPGRADING
authorRemi Collet <remi@php.net>
Thu, 5 Jul 2018 04:34:08 +0000 (06:34 +0200)
committerRemi Collet <remi@php.net>
Thu, 5 Jul 2018 04:34:08 +0000 (06:34 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index a7c1d4ef90593aa3f87f41541928135a37bb4ca7..cc0bd6c21176dace65a312a2713ae870fcf77433 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,10 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? ????, PHP 7.3.0beta1
 
-PDO_Firebird:
+- FPM:
+  . Fixed bug #62596 (getallheaders() missing with PHP-FPM). (Remi)
+
+- PDO_Firebird:
   . Fixed bug #74462 (PDO_Firebird returns only NULLs for results with boolean
     for FIREBIRD >= 3.0). (Dorin Marcoci)
 
index e926cd18cfc8670d769dd97902b49caee13fbda6..c02d315422fd7aeaed371b8e3575370c0eba1fb2 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -215,6 +215,9 @@ phpdbg:
   . The unused constants PHPDBG_FILE, PHPDBG_METHOD, PHPDBG_LINENO and
     PHPDBG_FUNC have been removed.
 
+FPM:
+  . The getallheaders function is now also available.
+
 ========================================
 4. Deprecated Functionality
 ========================================