(no title)
dreadnip | 1 year ago
How so? I've seen PHP websites & apps run for 10+ years in production without updates. Even longer with a simple "sudo apt update" every few months and a "composer update" every year or so. The maintenance rate is actually very very low.
crazygringo|1 year ago
In my experience, yes you absolutely need maintenance. In the past I've had to upgrade from HTTP to HTTPS, upgrade the OS, upgrade to newer versions of external API and embedded components because the old ones were deprecated, handle a domain registrar shutting down, and then yes absolutely PHP updates and upgrades for security that then start giving you warnings because less secure versions of functions are being deprecated...
And frequently updating the one thing that's broken necessitates upgrading a bunch of other things that breaks other things.
I literally cannot imagine how you would keep a PHP site running on a virtual server for 10 years without any maintenance. I need to address an issue probably roughly once a year.
Publius_Enigma|1 year ago
If, as an industry, we focussed on correctness and reliability over features, a lot of these problems would disappear.
imabotbeep2937|1 year ago
citizen_friend|1 year ago
remram|1 year ago
If you see a problem with this, why not point it out directly, instead of this snark?