Skip to content

Commit e31bf3a

Browse files
committed
UPGRADING: Add new PHP_ROUND_* to global constants section
see 94ddc74 see #12056
1 parent 488528d commit e31bf3a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADING

+6
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,12 @@ PDO_SQLITE:
376376
. The IntlDateFormatter class exposes now the new PATTERN constant
377377
reflecting udat api's UDAT_PATTERN.
378378

379+
- Standard:
380+
. PHP_ROUND_CEILING.
381+
. PHP_ROUND_FLOOR.
382+
. PHP_ROUND_TOWARD_ZERO.
383+
. PHP_ROUND_AWAY_FROM_ZERO.
384+
379385
- Sockets:
380386
. SO_EXCLUSIVEADDRUSE (Windows only).
381387

0 commit comments

Comments
 (0)