- 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
. 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.