diff options
author | Remi Collet <remi@php.net> | 2018-07-05 06:34:08 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2018-07-05 06:34:08 +0200 |
commit | 587ab006984dae0ecee2c8eb41f08d3da155d7ef (patch) | |
tree | 389a5b3c82ebcc93eac6e8846c34e5a762b81d78 | |
parent | 0ea4013f101d64fbeb9221260b36e98f10ed1ddd (diff) | |
download | php-git-587ab006984dae0ecee2c8eb41f08d3da155d7ef.tar.gz |
NEW and UPGRADING
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | UPGRADING | 3 |
2 files changed, 7 insertions, 1 deletions
@@ -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) @@ -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 ======================================== |