Re: [PHP-DEV] [RFC] [VOTE] Add 4 new rounding modes to round() function

2023-12-03 Thread Jorg Sowa
I'm sorry for the confusion. I followed the guide for the voting stating that the first voting is primary, and rest are secondary, which don't require 2/3 votes on yes. https://wiki.php.net/RFC/voting#voting As this was my first RFC I was struggling a little bit, because the whole description abo

Re: [PHP-DEV] [RFC] [VOTE] Add 4 new rounding modes to round() function

2023-12-01 Thread G. P. B.
On Fri, 1 Dec 2023 at 09:35, Jakub Zelenka wrote: > On Fri, Dec 1, 2023 at 9:28 AM G. P. B. wrote: > >> On Thu, 30 Nov 2023 at 23:45, Jakub Zelenka wrote: >> >>> Hi, >>> >>> On Thu, Nov 30, 2023 at 10:13 PM Jorg Sowa wrote: >>> Creating aliases for Intl extension constants has been a

Re: [PHP-DEV] [RFC] [VOTE] Add 4 new rounding modes to round() function

2023-12-01 Thread Jakub Zelenka
On Fri, Dec 1, 2023 at 9:28 AM G. P. B. wrote: > On Thu, 30 Nov 2023 at 23:45, Jakub Zelenka wrote: > >> Hi, >> >> On Thu, Nov 30, 2023 at 10:13 PM Jorg Sowa wrote: >> >>> >>> Creating aliases for Intl extension constants has been accepted with 10 >>> votes yes and 6 votes no. >>> >>> >> This m

Re: [PHP-DEV] [RFC] [VOTE] Add 4 new rounding modes to round() function

2023-12-01 Thread G. P. B.
On Thu, 30 Nov 2023 at 23:45, Jakub Zelenka wrote: > Hi, > > On Thu, Nov 30, 2023 at 10:13 PM Jorg Sowa wrote: > >> >> Creating aliases for Intl extension constants has been accepted with 10 >> votes yes and 6 votes no. >> >> > This means that it is declined as you need 2/3 of votes to pass... >

Re: [PHP-DEV] [RFC] [VOTE] Add 4 new rounding modes to round() function

2023-11-30 Thread Jakub Zelenka
Hi, On Thu, Nov 30, 2023 at 10:13 PM Jorg Sowa wrote: > > Creating aliases for Intl extension constants has been accepted with 10 > votes yes and 6 votes no. > > This means that it is declined as you need 2/3 of votes to pass... Cheers Jakub

Re: [PHP-DEV] [RFC] [VOTE] Add 4 new rounding modes to round() function

2023-11-30 Thread Jorg Sowa
Hello everyone, The poll has been closed. The RFC has been accepted with 19 votes yes and 0 votes no. Creating aliases for Intl extension constants has been accepted with 10 votes yes and 6 votes no. Thank you all for participating. Kind regards, Jorg

Re: [PHP-DEV] [RFC] [VOTE] Add 4 new rounding modes to round() function

2023-11-15 Thread Jorg Sowa
Thank you for your input Levi, this perspective wasn't mention before. I agree with deprecation, that's why I removed this part from the RFC. I left separate vote on creating aliases for the extension though, as from the discussion this was not so certain and clear to everyone. Kind regards, Adam

Re: [PHP-DEV] [RFC] [VOTE] Add 4 new rounding modes to round() function

2023-11-15 Thread G. P. B.
On Wed, 15 Nov 2023 at 23:43, Levi Morrison wrote: > On Wed, Nov 15, 2023 at 2:26 PM Jorg Sowa wrote: > > > > Hello internals! > > I have just opened voting on the RFC to add 4 new rounding modes to > round() > > function. > > > > Voting will end November 30th, 00:00 GMT. > > > > Link: > > https

Re: [PHP-DEV] [RFC] [VOTE] Add 4 new rounding modes to round() function

2023-11-15 Thread Levi Morrison
On Wed, Nov 15, 2023 at 2:26 PM Jorg Sowa wrote: > > Hello internals! > I have just opened voting on the RFC to add 4 new rounding modes to round() > function. > > Voting will end November 30th, 00:00 GMT. > > Link: > https://wiki.php.net/rfc/new_rounding_modes_to_round_function > > I'm sorry for