Hi
I've just opened the vote for the "Correctly name the rounding mode and
make it an Enum" RFC. The RFC contains a single vote which requires a
2/3 majority to pass. Voting runs 2 weeks until 2024-07-17 07:00 UTC.
Please find the following resources for your references:
RFC Text:
https://wiki.php.net/rfc/correctly_name_the_rounding_mode_and_make_it_an_enum
Discussion Thread: https://externals.io/message/123472
Best regards
Tim Düsterhus
Hi
RFC Text:
https://wiki.php.net/rfc/correctly_name_the_rounding_mode_and_make_it_an_enum
Discussion Thread: https://externals.io/message/123472
I have just added a link to the implementation of the enum and the
changes to round()
to the RFC. Saki will handle the changes to ext/bcmath.
You can find my PR at: https://github.com/php/php-src/pull/14833
I have also fixed an error in the explanation of the 'PositiveInfinity'
rounding mode [1]. It previously read:
Round to the largest integer that is greater or equal.
but it should read:
Round to the smallest integer that is greater or equal.
I apologize for the confusion this may have caused.
Best regards
Tim Düsterhus
Hi
RFC Text:
https://wiki.php.net/rfc/correctly_name_the_rounding_mode_and_make_it_an_enum
Discussion Thread: https://externals.io/message/123472
The RFC has been accepted unanimously with 34 (yes) to 0 (no) votes.
I'll now make the final adjustments to the implementation and then merge it.
Best regards
Tim Düsterhus