如何配置本地 Web 服务器,使其在一个 php 版本之间切换

发布于 2024-09-15 22:18:04 字数 459 浏览 13 评论 0原文

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

下面是我的工作环境:

1) 有 Centos 操作系统

2) 安装 Centos 操作系统时已经安装了 PHP 5.1.6

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

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

5) 在 LAMPP 当前 PHP 5.2.6 版本中,

我想配置本地 Web 服务器,以便 lampp 应该选择 PHP 5.1.6 (位于 /opt/lampp ) 我不知道 PHP 版本的切换。

请建议我如何在本地 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.

Below is my working environment :

1) Having Centos OS

2) PHP 5.1.6 have installed already while installing centos OS

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

4) I have installed LAMPP in /opt/lampp

5) In LAMPP present PHP 5.2.6 version

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.

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.

Thanks a lot !!!

-Pravin

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

音栖息无 2024-09-22 22:18:04

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

本指南是一个很棒的指南,将帮助您入门!

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

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文