Larry Garfield

Results 184 comments of Larry Garfield

... A segfault? I am confused.

Oh, that thing...

Hm, it's still locking psr/http-message 1.1, even on newer PHP versions that would support 2.0. I'm not sure why.

``` ringcentral/psr7 1.3.0 requires psr/http-message (~1.0) ``` Well [expletive deleted]. That package appears to be abandoned. I don't know if switching to nyholm/psr7 (which is supported and solid) is viable,...

Addendum: I just verified, and I have additional code that is folding $_ENV['ENABLE_CACHE'] to a boolean rather than a string, early in the process, after DotEnv has loaded it. That's...

That would still need to be cast to something somewhere, else you're still passing a string `"0"` to the service that's expecting it, which generally won't do what you intend....

The full list of implemented RFCs for 8.4 is here: https://wiki.php.net/rfc#php_84 I don't think anything other than the items above warrant our attention. If you disagree, suggest something.

@TimWolla Who in their right mind would write code like that??? If you want to make a PR that requires that, go ahead. I'm not opposed.

Oh geez. This is tricky, because null just breaks bloody well everything. :cry: If I remove the guards that cause the field to be omitted, I get a cascading set...