@kopper @julia @puzzler
With any language you have to pick how you're going to suffer, php has a bad reputation for things like conflicts between older and newer versions, or security vulns that aren't really an issue anymore if you just write everything in php8 and follow best practices -- the benefits of php is that it's easy to write and modify because it's designed primarily for webdev and so most common webapp stuff can be written with very few lines of code using built-in functions - but to each their own