[PHP-DEV] Attributes in ReflectionMethod::__toString

2021-01-26 Thread Markus Fasselt
Hi internals, while debugging a cache issue in Symfony (https://github.com/symfony/symfony/issues/39988), I noticed that e.g. ReflectionMethod::__toString() does not give any information about attributes on that method. The same applies to ReflectionClass and ReflectionProperty. But docblock comm

[PHP-DEV] Re: [RFC] Object-scope RNG implementation

2021-01-26 Thread Go Kudo
RFCs have been reorganized and radically rewritten. https://wiki.php.net/rfc/object_scope_prng The implementation is unchanged, but the background has been explained in more detail and the execution speed has been re-verified with PHP 8.1-dev. The proposal seems to have been received relatively p

Re: [PHP-DEV] [RFC]: Change Default mysqli Error Mode

2021-01-26 Thread Kamil Tekiela
I would like to say that I completely agree with George. The BC is minimal. We are not introducing any new functionality or removing any either. We are just changing a default setting that was always there. The only code that would be affected is the one that is currently relying on the default set

[PHP-DEV] [VOTE] Deprecate passing null to non-nullable arguments of internal functions

2021-01-26 Thread Nikita Popov
Hi internals, I've opened voting on https://wiki.php.net/rfc/deprecate_null_to_scalar_internal_arg. The vote closes 2020-02-09. Regards, Nikita