Planning to switch my work setup from Debian and never liked Arch(btw) .
My main hurdle is package manager switch being apt user for decade(s).
As I frequently need to run different PHP versions (at the same time and under webserver – legacy code …) and don’t want to lose sanity setting up Docker chain +XDEBUG for them I just have multiple versions installed and call them directly as php5.4 | php 7.2 | php 8.4 <foo>
and use different sockets for fastcgi.
apt/ppa has ***** The main PPA for supported PHP versions with many PECL ext... : Ondřej Surý repo for that, is there is anything similar for OM? It won’t be a showstopper as I can always go the source route (ansible) if nothing else exists, but it will be nice if I can skip that part.