WAMP 和 EasyPHP 可以共存吗?为什么会这样?
我一直在使用 WAMP 来处理 PHP。这几天从 php.org 加入 PHP 邮件列表后,我想尝试一下 EasyPHP。虽然我没有信心单独使用 EasyPHP :)
所以我的问题是 WAMP 和 EasyPHP 可以同时安装在 Windows7(或 Ubuntu 操作系统)上吗?
I've been using WAMP to work with PHP. These days after joining PHP mailing list from php.org, I want to have a try on EasyPHP. Though I'm not confident to get on alone with EasyPHP :)
So my question is can WAMP and EasyPHP be installed the same time on Windows7 (or Ubuntu OS)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,他们可以。您可能会因同时运行两个操作系统(您可以使用虚拟机来做到这一点)而受到性能影响,但只要您不尝试让它们共享资源(例如端口和配置文件),它们甚至不会知道另一个存在。
Yes, they can. You might take a performance hit from running both OSes at once (which you can do using a VM), but as long as you don't try to make them share resources (e.g. ports and config files), they won't even know the other exists.