On Thu, Apr 30, 2026 at 3:49 AM Tim Düsterhus <[email protected]> wrote: > > Hi > > Am 2026-04-27 20:09, schrieb Eric Norris: > > Personally, given that both of these versions are EOL, this feels > > acceptable, but I'm curious what others think. > > I agree that it is a reasonable expectation from users to use the latest > (or at least: a supported) version of third party software when they > want to use the latest PHP version. Especially since my understanding is > that in this instance, the communication would also not be broken > entirely, but users would just need to disable persistent connections, > no? This means if they want to upgrade PHP, without being able to > upgrade their MySQL version they would potentially need to give up some > performance optimization, but other than that it would work unchanged?
That's a great point, and correct - users can still upgrade, they just will need to give up persistent connections. > > Somewhat relatedly, see: > https://github.com/php/php-src/pull/21159#issuecomment-4111691063. I > think it would be good to decide both cases at the same time, since they > are reasonably similar. That could make sense, and how would you suggest we proceed to decide the case? I'll admit that I'd be hesitant to need to resolve that via an RFC, since if the RFC failed I'd need to potentially make another RFC just for my change + some INI setting, and so it'd be quite some time until I could get this merged. That's not to say we shouldn't do it, I'm just noting my hesitation.
