RVM equivalent for PHP?

前端 未结 7 1824
逝去的感伤
逝去的感伤 2021-01-30 10:07

I can\'t seem to find a way to switch versions of PHP quickly. Is there something equivalent to ruby version manager for php? I need to switch between 5.3 and 5.2 on OS X.

7条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-30 10:49

    Here is my solution (pvers). A one-file script written completely in bash. If you are looking for a lite and easy to install php version manager with minimum dependencies - give it a try;)

提交回复
热议问题