File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ PHP NEWS
12
12
13
13
- FPM:
14
14
. Fixed bug #62596 (getallheaders() missing with PHP-FPM). (Remi)
15
+ . Add fpm_get_status function. (Till Backhaus)
15
16
16
17
- PDO_Firebird:
17
18
. Fixed bug #74462 (PDO_Firebird returns only NULLs for results with boolean
Original file line number Diff line number Diff line change @@ -304,6 +304,9 @@ Date:
304
304
. Added the DateTime::createFromImmutable() method, which mirrors
305
305
DateTimeImmutable::createFromMutable().
306
306
307
+ FPM:
308
+ . Added fpm_get_status() function which returns FPM status info array.
309
+
307
310
GMP:
308
311
. Added gmp_binomial(n, k) for calculating binomial coefficients.
309
312
. Added gmp_lcm(a, b) for calculating the least common multiple.
You can’t perform that action at this time.
0 commit comments