How to configure local web server such that it should switch between one php version to another

前端 未结 1 1088
夕颜
夕颜 2021-01-28 13:25

I\'m developing one web application, using PHP eclipse IDE. For an instance i want to switch from one PHP version to another version which resides in different location.

1条回答
  •  囚心锁ツ
    2021-01-28 14:10

    http://gggeek.altervista.org/2007/07/21/running-multiple-php-versions-on-a-single-apache-install/

    This guide is a great guide and will get you started!

    Another alternative would be to install Xampp, as I believe they provide a batch file that helps you switch versions of PHP in a second.

    0 讨论(0)
提交回复
热议问题