]> granicus.if.org Git - php/commitdiff
Update NEWS and UPGRADING for fpm_get_status addition
authorJakub Zelenka <bukka@php.net>
Sat, 7 Jul 2018 11:53:08 +0000 (12:53 +0100)
committerJakub Zelenka <bukka@php.net>
Sat, 7 Jul 2018 11:53:08 +0000 (12:53 +0100)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 06f66b130057dbf5cac828a9c18f7ced9dd4a9d4..d20fa2727bb4c8492b27f840fdb87fa81fb04485 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@ PHP                                                                        NEWS
 
 - FPM:
   . Fixed bug #62596 (getallheaders() missing with PHP-FPM). (Remi)
+  . Add fpm_get_status function. (Till Backhaus)
 
 - PDO_Firebird:
   . Fixed bug #74462 (PDO_Firebird returns only NULLs for results with boolean
index 54bb277e66ed09627264f6056fd2e7bd237acb05..14c4ee4709050a82cff087d4fe5c2b1f44a64791 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -304,6 +304,9 @@ Date:
   . Added the DateTime::createFromImmutable() method, which mirrors
     DateTimeImmutable::createFromMutable().
 
+FPM:
+  . Added fpm_get_status() function which returns FPM status info array.
+
 GMP:
   . Added gmp_binomial(n, k) for calculating binomial coefficients.
   . Added gmp_lcm(a, b) for calculating the least common multiple.