diff options
| author | Jakub Zelenka <bukka@php.net> | 2018-07-07 12:53:08 +0100 |
|---|---|---|
| committer | Jakub Zelenka <bukka@php.net> | 2018-07-07 12:53:08 +0100 |
| commit | 2a78006adb42ac535fa3ac373170181859cccbf5 (patch) | |
| tree | 8f65542cad54b9a3f50499fa609a4ca54bc072dd | |
| parent | f86f3edeef67ecc10fd6dfeb0b9d28331962c895 (diff) | |
| download | php-git-2a78006adb42ac535fa3ac373170181859cccbf5.tar.gz | |
Update NEWS and UPGRADING for fpm_get_status addition
| -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. |
