Hello internals, Following maintainer feedback, I’ve created an RFC to group multiple warning → ValueError conversions for PHP 8.6 instead of proposing many small RFCs.
The initial example includes mkdir() where invalid permission values (outside 0..07777) would throw ValueError instead of emitting a warning and returning false. RFC draft: https://wiki.php.net/rfc/php86_valueerror_conversions Initial implementation PR: https://github.com/php/php-src/pull/21152 Feedback is welcome. Thanks, Muhammed Arshid KV
