> Date: Wednesday, January 29, 2020 21:17:17 +1300 > From: Philip <philip@xxxxxxxxx> > > Is it possible to select the version of php you want to run from > the command line? You would explicitly path to the php binary on your call, e.g., /usr/bin/php -v [ -v to get the version information] /usr/local/bin/php -v If calling from a script, preface the above with "#!". Obviously you'd need to determine where the php binaries for the different versions are installed, something that will depend on how your repositories package php and/or if you install it from source.