We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86f3ed commit 2a78006Copy full SHA for 2a78006
NEWS
@@ -12,6 +12,7 @@ PHP NEWS
12
13
- FPM:
14
. Fixed bug #62596 (getallheaders() missing with PHP-FPM). (Remi)
15
+ . Add fpm_get_status function. (Till Backhaus)
16
17
- PDO_Firebird:
18
. Fixed bug #74462 (PDO_Firebird returns only NULLs for results with boolean
UPGRADING
@@ -304,6 +304,9 @@ Date:
304
. Added the DateTime::createFromImmutable() method, which mirrors
305
DateTimeImmutable::createFromMutable().
306
307
+FPM:
308
+ . Added fpm_get_status() function which returns FPM status info array.
309
+
310
GMP:
311
. Added gmp_binomial(n, k) for calculating binomial coefficients.
312
. Added gmp_lcm(a, b) for calculating the least common multiple.
0 commit comments