2022年6月19日(日) 16:25 Marc :
> Hi Go Kudo,
>
> About "pickArrayKey" I don't like the behavior change on number of array
> keys to return either a single key or an array of keys.
> It would be better to have different methods for both cases.
>
> Also it does not describe the behavior if you are reque
2022年6月18日(土) 4:41 Go Kudo :
> Hi internals.
>
> An RFC has been created to fix an issue in Random Extension 5.x.
>
> https://wiki.php.net/rfc/random_extension_improvement
>
> Voting on this RFC will begin in two weeks (2022-07-02), in time for the
> PHP 8.2 Feature Freeze. (Vote finished in 2022-
Hello internals,
I'd like to request a wiki RFC karma for constants in traits.
The initial discussion on internals about it is here.
https://externals.io/message/110741
I have taken over Stephen's proposal and have a PoC implementation working on
my end and am continuing to write the RFC.
https:
On 19 June 2022 03:53:17 BST, Pierrick Charron wrote:
>
>I hope you don't mind, I took some of your code from your "Enable
>strict_types checking for curl_setopt()" pull request [1] to do some test
>on introducing this but only on the OOP API. It's working very well [2].
>Can I know why this PR wa