Re: [PHP-DEV] Strict type declarations not enforced for Reflection API invocation

2017-10-11 Thread Pedro Magalhães
On Tue, Oct 10, 2017 at 5:53 PM, Nikita Popov wrote: > > The problem are not internal function calls, the problem are callbacks. In > fact, the proposed fix does not actually fix the problem you encountered in > PHPUnit, as it is going to use the strictness mode at the reflection > call-site, not

Re: [PHP-DEV] Strict type declarations not enforced for Reflection API invocation

2017-10-11 Thread Niklas Keller
2017-10-11 11:03 GMT+02:00 Pedro Magalhães : > On Tue, Oct 10, 2017 at 5:53 PM, Nikita Popov > wrote: > > > > The problem are not internal function calls, the problem are callbacks. > In > > fact, the proposed fix does not actually fix the problem you encountered > in > > PHPUnit, as it is going

Re: [PHP-DEV] [RFC] [VOTE] Implement missing SQLite feature "openBlob" in PDO

2017-10-11 Thread BohwaZ/PHP
Hey, For people voting against the RFC, could you please explain your vote here so that we might understand? Cheers. Kia ora, After some more discussions, I don't think we have much left to discuss on that topic, so… Voting is now open for 2 weeks on this RFC: https://wiki.php.net/rfc/imp

Re: [PHP-DEV] [RFC] [VOTE] Implement missing SQLite feature "openBlob" in PDO

2017-10-11 Thread Dan Ackroyd
On 11 October 2017 at 22:03, BohwaZ/PHP wrote: > Hey, > > For people voting against the RFC, could you please explain your vote here > so that we might understand? > > Cheers. I think people were reasonably clear during the discussion. Having certain methods only available on an object depending

Re: [PHP-DEV] [RFC] [VOTE] Implement missing SQLite feature "openBlob" in PDO

2017-10-11 Thread BohwaZ/PHP
Le 12/10/2017 12:00, Dan Ackroyd a écrit : On 11 October 2017 at 22:03, BohwaZ/PHP wrote: Hey, For people voting against the RFC, could you please explain your vote here so that we might understand? Cheers. I think people were reasonably clear during the discussion. Having certain method