Re: [PHP-DEV] [VOTE] "Abstain" voting option for RFCs

2025-08-19 Thread Tim Düsterhus
Hi Am 2025-08-19 15:38, schrieb Tim Düsterhus: bukka (bukka). That would be nice to do as part of the "implementation" for this... :) I've sent a PR: https://github.com/php/web-wiki/pull/33 Changes are live. Best regards Tim Düsterhus

Re: [PHP-DEV] [RFC] Create "split" as an alias to "explode"

2025-08-19 Thread Vinicius Dias
> I feel like the current RFC text is very biased in favor of adding the alias. I believe it would be prudent to also list possible caveats and arguments against so that voters are able to make an educated decision. Fair point. I added that. > The “Backwards Incompatible Changes” section should a

Re: [PHP-DEV] [VOTE] "Abstain" voting option for RFCs

2025-08-19 Thread Andreas Heigl
Hi all Am 19.08.25 um 14:47 schrieb Tim Düsterhus: > Hi > > Am 2025-08-19 14:06, schrieb Andreas Heigl: >> And as the RFC does not mention any possible future additions/ >> modifications regarding quorum > > The RFC literally mentions “Quorum” as a “possible future modification” > by listing “Int

Re: [PHP-DEV] [VOTE] "Abstain" voting option for RFCs

2025-08-19 Thread Derick Rethans
On 19 August 2025 14:14:07 BST, Jakub Zelenka wrote: >On Sun, Aug 17, 2025 at 4:42 PM Tim Düsterhus wrote: > >> Hi >> >> I just opened the vote for the "'Abstain' voting option for RFCs" policy >> RFC: >> >> RFC: https://wiki.php.net/rfc/rfc_vote_abstain >> Discussion: https://news-web.php.net/ph

Re: [PHP-DEV] [VOTE] "Abstain" voting option for RFCs

2025-08-19 Thread Tim Düsterhus
Hi Am 2025-08-19 15:14, schrieb Jakub Zelenka: bukka (bukka). That would be nice to do as part of the "implementation" for this... :) I've sent a PR: https://github.com/php/web-wiki/pull/33 Best regards Tim Düsterhus

Re: [PHP-DEV] [VOTE] "Abstain" voting option for RFCs

2025-08-19 Thread Paul Dragoonis
On Tue, Aug 19, 2025, 2:18 PM Jakub Zelenka wrote: > > > On Sun, Aug 17, 2025 at 4:42 PM Tim Düsterhus wrote: > >> Hi >> >> I just opened the vote for the "'Abstain' voting option for RFCs" policy >> RFC: >> >> RFC: https://wiki.php.net/rfc/rfc_vote_abstain >> Discussion: https://news-web.php.ne

Re: [PHP-DEV] [RFC] Create "split" as an alias to "explode"

2025-08-19 Thread Tim Düsterhus
Hi Am 2025-08-18 16:57, schrieb Vinicius Dias: Hello, folks. As discussed in previous messages [1], I am proposing the creation of an alias function `split` to the `explode` function. Here is the RFC for discussion: https://wiki.php.net/rfc/create-split-alias-to-explode I feel like the curren

Re: [PHP-DEV] [VOTE] "Abstain" voting option for RFCs

2025-08-19 Thread Jakub Zelenka
On Sun, Aug 17, 2025 at 4:42 PM Tim Düsterhus wrote: > Hi > > I just opened the vote for the "'Abstain' voting option for RFCs" policy > RFC: > > RFC: https://wiki.php.net/rfc/rfc_vote_abstain > Discussion: https://news-web.php.net/php.internals/128185 > PR: https://news-web.php.net/php.internals

Re: [PHP-DEV] [RFC] Add clamp function

2025-08-19 Thread Tim Düsterhus
Hi Am 2025-08-19 09:32, schrieb Kyle Katarn: If you allow me, I would update the RFC to add this new implementation listed on it, remove the "Open issues" section if you don't see any with the new implementation and would change the status of this RFC to draft to reflect the fact that there i

Re: [PHP-DEV] [VOTE] "Abstain" voting option for RFCs

2025-08-19 Thread Tim Düsterhus
Hi Am 2025-08-19 14:06, schrieb Andreas Heigl: And as the RFC does not mention any possible future additions/modifications regarding quorum The RFC literally mentions “Quorum” as a “possible future modification” by listing “Introducing a quorum” in the “Future Scope” section. So I don't quit

Re: [PHP-DEV] [VOTE] "Abstain" voting option for RFCs

2025-08-19 Thread Andreas Heigl
Hey all. Am 19.08.25 um 12:25 schrieb Nicolas Grekas: Hi Tim Le dim. 17 août 2025 à 16:43, Tim Düsterhus a écrit : Hi I just opened the vote for the "'Abstain' voting option for RFCs" policy RFC: RFC: https://wiki.php.net/rfc/rfc_vote_abstain Discussion: https://news-web.php.net/php.intern

Re: [PHP-DEV] [VOTE] "Abstain" voting option for RFCs

2025-08-19 Thread Nicolas Grekas
Hi Tim Le dim. 17 août 2025 à 16:43, Tim Düsterhus a écrit : > Hi > > I just opened the vote for the "'Abstain' voting option for RFCs" policy > RFC: > > RFC: https://wiki.php.net/rfc/rfc_vote_abstain > Discussion: https://news-web.php.net/php.internals/128185 > PR: https://news-web.php.net/php.

[PHP-DEV] [RFC] Add clamp function

2025-08-19 Thread Kyle Katarn
Hello, I took a look at thinkverse work on https://wiki.php.net/rfc/clamp and on the open issues (handling NAN and other comparable values not being integer nor float). This new implementation should resolve those issues: https://github.com/php/php-src/pull/19434