From: Remi Collet Date: Thu, 5 Jul 2018 04:34:08 +0000 (+0200) Subject: NEW and UPGRADING X-Git-Tag: php-7.3.0alpha4~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=587ab006984dae0ecee2c8eb41f08d3da155d7ef;p=php NEW and UPGRADING --- diff --git a/NEWS b/NEWS index a7c1d4ef90..cc0bd6c211 100644 --- 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) diff --git a/UPGRADING b/UPGRADING index e926cd18cf..c02d315422 100644 --- 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 ========================================