PHP releases and support
PHP releases and support
Posted Jul 3, 2020 17:56 UTC (Fri) by ggiunta (guest, #30983)In reply to: PHP releases and support by DG
Parent article: PHP releases and support
I'd go as far as say that distro support schedule is in fact more important, as the majority of php installs running on dedicated servers, are nowadays most likely running the os-provided version of php rather than rolling their own - which comes with a noticeable maintenance burden.
The situation might be slightly different with hosting providers, and of course the increasing adoption of Docker to run production payloads also affords more flexibility to the developers; I have no stats to provide to back my argument and in fact would be happy to see more data on this, if anyone has it.
On a completely subjective note: this article is well informed, thoughtful and correct. Still, it kind of conveys an alarming feeling about the stability and predictability of php as sane choice for long term projects. In my own experience, the care given to BC by the php language developers gives very good results, often markedly better in fact than other platforms which have more formal processes in place or are backed with commercial support by large corporations (Java and Python being prime examples).