summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2018-07-07 12:53:08 +0100
committerJakub Zelenka <bukka@php.net>2018-07-07 12:53:08 +0100
commit2a78006adb42ac535fa3ac373170181859cccbf5 (patch)
tree8f65542cad54b9a3f50499fa609a4ca54bc072dd /UPGRADING
parentf86f3edeef67ecc10fd6dfeb0b9d28331962c895 (diff)
downloadphp-git-2a78006adb42ac535fa3ac373170181859cccbf5.tar.gz
Update NEWS and UPGRADING for fpm_get_status addition
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
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.