Re: [PHP-DEV] Path forward for class_exists with different targeted PHP version implementations

2021-04-05 Thread Jesse Rushlow
nothing to do with attributes.) and for an even simpler example https://3v4l.org/4cMW4 I apologize in advance for the wall of text - but I'm curious if there is a way to either improve our native functions, improve the docs, and/or create new functions for use cases like this. Thanks! Jesse Rushlow On

[PHP-DEV] Path forward for class_exists with different targeted PHP version implementations

2021-04-05 Thread Jesse Rushlow
he chicken and the egg... At the very least this could be a "mental note" for RFC's that introduce changes that create BC in unexpected ways in userland. Cheers! Jesse Rushlow

Re: [PHP-DEV] password_verify() and unknown algos

2021-01-29 Thread Jesse Rushlow
pinion. Thanks Jesse Rushlow On Thu, Jan 28, 2021 at 11:42 AM Anthony Ferrara wrote: > On Wed, Jan 27, 2021 at 11:27 AM Benjamin Morel > wrote: > > > Hi internals, > > > > I just spent some time debugging an authentication issue after upgrading > > PHP, and

Re: [PHP-DEV] Make `always true` SPL methods return void

2020-06-18 Thread Jesse Rushlow
ing dogs lie" per say and just adjust the docs. But I'm leaning more towards if a method can't return false & true, then it should return something else or void. Thanks Jesse Rushlow On Wed, Jun 17, 2020 at 6:18 AM Dan Ackroyd wrote: > On Wed, 17 Jun 2020 at 03:00, Gabriel Caruso

Re: [PHP-DEV] [RFC] [DISCUSSION] Allow void return type for constructors/destructors

2020-06-16 Thread Jesse Rushlow
d return type on a constructor, but only for the aforementioned reason. I have never ran into a use case where I've questioned what the return type is for a constructor. Although I could see newcomers to PHP / Development in general ponder that thought. Thanks, Jesse Rushlow On Tue, Jun 16, 2020 at 8:59 A

Re: [PHP-DEV] Re: [RFC][Discussion] Change terminology to ExcludeList

2020-06-16 Thread Jesse Rushlow
for a negative financial impact due to their vote / comments. Their opinions could very easily be construed / misinterpreted as a political statement. Thanks, Jesse Rushlow On Tue, Jun 16, 2020 at 8:28 AM Mark Randall wrote: > On 16/06/2020 13:14, MichaƂ Brzuchalski wrote: > > I'd like