如何在Mac OSX上的PHP版本之间轻松切换?

问题描述:

我想在PHP 5.3到PHP 7.0上测试我的应用程序.

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?

我发现我可以像这样切换版本

$ sphp 7.0 => PHP 7.0
$ sphp 7.3 => PHP 7.3
$ sphp 7.4 => PHP 7.4

正是我想要的!