如何配置本地 Web 服务器,以便它应该在一个 php 版本之间切换到另一个

2022-01-13 00:00:00 centos php apache lampp

我正在使用 PHP eclipse IDE 开发一个 Web 应用程序.例如,我想从一个 PHP 版本切换到另一个位于不同位置的版本.

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) 拥有 Centos 操作系统

1) Having Centos OS

2) 安装centos OS时已经安装了PHP 5.1.6

2) PHP 5.1.6 have installed already while installing centos OS

3) 以上PHP安装在/usr/bin/路径

3) Above PHP is installed in /usr/bin/ path

4) 我已经在/opt/lampp 中安装了 LAMPP

4) I have installed LAMPP in /opt/lampp

5) 在 LAMPP 目前 PHP 5.2.6 版本

5) In LAMPP present PHP 5.2.6 version

我想配置本地 Web 服务器,以便让lampp 选择 PHP 5.1.6(位于/opt/lampp 中)我不知道PHP版本的这种切换.

I want to configure local web server such that lampp should choose PHP 5.1.6 (which resides in /opt/lampp ) I am not aware of this switching of PHP version.

请建议我应该如何在我的本地 Web 服务器中配置 PHP 版本的切换.我应该选择哪个配置文件来修改此更改.

Please suggest me how should i configure this switching of PHP version in my local web server. Which configuration file should i choose for modifying this change.

非常感谢!!!

-普拉文

推荐答案

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!

另一种选择是安装 Xampp,因为我相信它们提供了一个批处理文件,可以帮助您在一秒钟内切换 PHP 版本.

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.

相关文章