I would like to test my application on PHP 5.3 up to PHP 7.0.
Where and how can I install the versions and how can I switch them by running a small script?
I found this very good tutorial on how to install and switch php versions on OSX.
I can switch the version like
$ sphp 7.0 => PHP 7.0 $ sphp 7.3 => PHP 7.3 $ sphp 7.4 => PHP 7.4
Exactly what I want!