Skip to content

Commit 2a78006

Browse files
committed
Update NEWS and UPGRADING for fpm_get_status addition
1 parent f86f3ed commit 2a78006

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ PHP NEWS
1212

1313
- FPM:
1414
. Fixed bug #62596 (getallheaders() missing with PHP-FPM). (Remi)
15+
. Add fpm_get_status function. (Till Backhaus)
1516

1617
- PDO_Firebird:
1718
. Fixed bug #74462 (PDO_Firebird returns only NULLs for results with boolean

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,9 @@ Date:
304304
. Added the DateTime::createFromImmutable() method, which mirrors
305305
DateTimeImmutable::createFromMutable().
306306

307+
FPM:
308+
. Added fpm_get_status() function which returns FPM status info array.
309+
307310
GMP:
308311
. Added gmp_binomial(n, k) for calculating binomial coefficients.
309312
. Added gmp_lcm(a, b) for calculating the least common multiple.

0 commit comments

Comments
 (0)