[RFC] [VOTE] array_find

php.internals

=?UTF-8?Q?Joshua_R=C3=BCsweg?=

2 years ago
Hi I've just opened the vote for the "array_find" RFC. The RFC contains two votes, each of which requires a 2/3 majority. Voting runs until 2024-05-29 15:00 UTC. Please find the below resources for your reference: RFC: https://wiki.php.net/rfc/array_find PoC implementation: https://github.com/php/php-src/pull/14108 Discussion Thread: https://externals.io/message/123015 Cheers Joshua Rüsweg

=?UTF-8?Q?Joshua_R=C3=BCsweg?=

2 years ago
Hi On 15.05.24 16:52, Joshua Rüsweg wrote:
> I've just opened the vote for the "array_find" RFC. > > The RFC contains two votes, each of which requires a 2/3 majority. > > Voting runs until 2024-05-29 15:00 UTC. > > Please find the below resources for your reference: > > RFC: https://wiki.php.net/rfc/array_find > > PoC implementation: https://github.com/php/php-src/pull/14108 > > Discussion Thread: https://externals.io/message/123015
Voting is now closed and the RFC is accepted unanimously (21 votes for `array_find` / `array_find_key` and 20 votes for `array_any` and `array_all`). I will polish my pull request and make it ready to merge. Thanks to Levi Morrison, who helped with the integration and thanks to Tim Düsterhus who proofread my RFC. Cheers Josh