如何配置本地 Web 服务器,使其在一个 php 版本之间切换
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.