English 中文(简体)
XAMPP(Windows)是否比WampServer更可取? 如果是,为什么?
原标题:Is XAMPP (for Windows) preferred over WampServer? If so, why?

对网络开发中开始的问题的答复似乎很多,包括“在。 似乎没有经常提到。 我曾使用过XAMPP和WampServer(据说,WampServer要多得多),认为两者都是罚款。 因此,XAMPP是否首选? 如果是,为什么?

我认识到,Perl与XAMPP有关系,但这种偏见似乎依然存在,即使PHP是唯一相关的方案拟订语言。

问题似乎相互关联,但答案并没有真正地触及为什么XAMPP似乎比WAMP更喜欢的核心。 (安第斯也是一条脚石)。

Update (May 30, 2012):条指出了更多的尝试包裹。 AMPSS 是作者为方便使用和方便使用而选择的。 然而,更专门的BitNami stacks。 某些情况可能更好。 WampServer和XAMPP仍然有好的标记。

最佳回答

虽然我赞赏回答者的努力,但我没有看到直接解决这一问题。 因此,我要谈谈我对这个专题的一些想法:

  • One possibility is that XAMPP is better known - or at least what people learned of first. While I heard of WampServer long before XAMPP, that may not be the most common experience.
  • I believe that every time I ve looked, XAMPP has had more recent versions of the included software.
  • WampServer doesn t provide much more than Apache, MySQL, and PHP - just phpMyAdmin and SQLite, I believe. XAMPP provides phpMyAdmin, FileZilla FTP server, and Mercury Mail. Also, in spite of somewhat excluding this in the question, XAMPP includes Perl while Wampserver does not. So if Perl is needed/liked by the person making the recommendation, it seems likely that they will recommend XAMPP over WampServer.
问题回答

我喜欢WampServer,因为为不同项目安装不同的PHP/Mysql版本比较容易。

长期以来,我一直在使用码头服务器。 它是轻重的,非常容易混淆和升级。 又 如果你需要 per,你就可以简单地将 per安装在码头服务器上。 我也使用过几次食肉,但我根本不喜欢。 我还听到,它有一些安全弱点,需要重新配置。 它还建议把UAC从窗户(Revue & 7)转走。 我认为这是一个好的想法。

在寻找答案时,我 question倒了你的问题,即“谁是西南亚共同市场一揽子计划最令人感兴趣的”。 我最近对我的PC进行了编排,在格式一开始采用旧版本的PHP、旧版的Pharma和旧版本的MySQL。 我的维基(Mediawiki——仅在当地使用——不问:-)多年来一直在罚款。

由于我不想浪费太多时间,我只是想想得到一份可以迅速安装的西非经货共同体一揽子计划,恢复非行,把该场址复制到 h中,并投入使用。

因此,我安装了Wampserver。 安装没有问题。 据推测,我需要更多时间更新基伍,以支持最新的PHP版本,但即便是在一个多小时后成功完成的。

显然,我可以比较不同的WAMP方案,因为我只使用了一种方案,但我迄今的经验并没有导致我思考我选择错误的办法。





相关问题
Why running a service as Local System is bad on windows?

I am trying to find out the difference between difference service account types. I tumbled upon this question. The answer was because it has powerful access to local resources, and Network Service ...

Programmatically detect Windows cluster configuration?

Does anyone know how to programatically detect that a Windows server is part of a cluster? Further, is it possible to detect that the server is the active or passive node? [Edit] And detect it from ...

get file icon for Outlook appointment (.msg)

I ve read Get File Icon used by Shell and the other similar posts - and already use SHFileInfo to get the associated icon for any given extension, and that works great. However, Outlook uses ".msg" ...

Identifying idle state on a windows machine

I know about the GetLastInputInfo method but that would only give me the duration since last user input - keyboard or mouse. If a user input was last received 10 minutes ago, that wouldn t mean the ...

Terminating a thread gracefully not using TerminateThread()

My application creates a thread and that runs in the background all the time. I can only terminate the thread manually, not from within the thread callback function. At the moment I am using ...