Hello everyone,
I’m planning to submit my first PHP RFC and would like to request edit
permissions for the PHP wiki.
My wiki username is arshidkv12.
My GitHub profile: https://github.com/arshidkv12
I’m working on an RFC titled “ext/standard: validate mode is within
0..07777”, which proposes validating file permission mode values in
ext/standard functions.
Related PR: https://github.com/php/php-src/pull/21152
Best regards,
Arshid KV
Hi,
On Tue, Feb 17, 2026 at 6:52 AM Muhammed Arshid KV arshidkv12@gmail.com
wrote:
Hello everyone,
I’m planning to submit my first PHP RFC and would like to request edit
permissions for the PHP wiki.My wiki username is arshidkv12.
My GitHub profile: https://github.com/arshidkv12I’m working on an RFC titled “ext/standard: validate mode is within
0..07777”, which proposes validating file permission mode values in
ext/standard functions.Related PR: https://github.com/php/php-src/pull/21152
I don't manage wiki but I'm sure someone will give access soon. What I
wanted to point out is that it might make sense to create RFC grouping all
those ValueError conversions for PHP 8.6. That would be in some way similar
like the big deprecation RFC but would be only about those ValueErrors
targeting 8.6.
There are all similar cases but it's good to have them all noted for
migration guide so I think RFC makes sense here. I think it's easier in
this way rather than announcing too many RFC's for pretty much the same
thing.
Kind regards