summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--UPGRADING3
2 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 06f66b1300..d20fa2727b 100644
--- 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
diff --git a/UPGRADING b/UPGRADING
index 54bb277e66..14c4ee4709 100644
--- 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.