diff options
| -rw-r--r-- | NEWS | 1 | ||||
| -rw-r--r-- | UPGRADING | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -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 @@ -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. |
