使用 Xampp/Wamp 是必要的还是只是一种选择?

Is using Xampp/Wamp necessary or just a choice?

我见过的所有与 php 一起工作的人都在使用 Wamp 或 Xampp。当我作为学习伙伴与他们交谈时,他们的第一个问题是我使用哪个(Wamp 或 Xampp)。

Is Xampp/Wamp Server truly necessary to use or just my choice?

我首先安装了 apache httpd 服务器,然后几个月后我安装了 Mysql 社区服务器,几个月后又安装了 php.I 本来不打算一起使用它们,但现在我需要使用它们在一起,我很困惑是应该安装 Xampp/Wamp 还是没有它们也可以。

Can serious and functional development can be done without using any of them?

I don't want to realize midway that I am going into wrong direction and it is not possible.I am not asking if it is recommended for ease of use or saving time. I have no trouble in learning to configure any of them and I have done so in past with very little trouble.

I would like to have an answer saying clearly whether I HAVE to use them, or they are just a matter of choice.

如果需要,您可以下载 PHP 并将其集成到您的环境中。 但是如果你想把所有东西都放在一个地方,那就去 Wamp 或 Xampp.

问题的简单答案是 "it is just a choice"。因为您可以单独安装所有软件,也可以使用 WAMP/XAMPP

如果您已经完成了在 Windows 上安装 AMP 堆栈的所有工作,那么绝对没有理由安装 WAMPServer 或 XAMPP。

这 2 款产品只是让安装可用的 AMP 堆栈的过程变得更容易,它们不会在您已经设法完成的所有工作之外添加任何东西。

所以当朋友问起您使用的是哪种产品时,您只需要告诉您您使用的是您自己安装和配置的 WAMP Stack。

不过我会添加一些内容

  • WAMPServer 确实允许您安装多个版本的 Apache,MySQL 和 PHP 的安装方式可以轻松切换 AMP 所有 3 个部分的版本很容易堆叠。在开发环境中,我个人觉得这非常有用。这意味着我可以在几秒钟内通过触摸几个菜单项来模拟客户端环境。

  • XAMPP Perl 自带。