Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is XAMPP (for Windows) preferred over WampServer? If so, why?

It seems lots of answers to questions about getting started in web development include "install XAMPP", even when the platform is Windows. Meanwhile, WampServer doesn't seem to be mentioned often. I've used both XAMPP and WampServer (admittedly, WampServer much more) and think they are both fine. So, is XAMPP preferred? If it is, why?

I realize that Perl comes with XAMPP, but this bias seems to exist even when PHP is the only programming language in question.

This question seems related, but the answers don't really get to the core of why XAMPP seems preferred over WAMP. (And is also a bit stale.)

Update (May 30, 2012): This article, points to more packages to try out. AMPSS was the author's choice for ease of use and extensibility. However, one of the more specialized BitNami stacks may be better for some situations. WampServer and XAMPP still got good marks.

like image 884
GreenMatt Avatar asked Jul 14 '10 14:07

GreenMatt


People also ask

Which is better for Windows WAMP or XAMPP?

If you ask us, we would say WAMP is an ideal choice if you are only using Windows OS and PHP programming language. If you are a beginner, then WAMP is the ideal choice. However, when it comes to experienced programmers, XAMPP is the ideal server. Here they get to add additional features.

What's the difference between WAMP and XAMPP?

The crucial differences between XAMPP and WAMP are: XAMPP is a cross platform software package that supports macOS, Linux, and Windows. On the other hand, WAMP is a local server that only supports Windows Operating System.

What is the benefits of using XAMPP WAMP and LAMP?

Because of XAMPP's simplicity of deployment, a developer can quickly and easily install a WAMP or LAMP stack on an operating system, with the added benefit that common add-in apps like WordPress and Joomla can also be loaded.

Which server is better than XAMPP?

Apache HTTP Server It's worth trying if you're looking for a Linux, Apache, MySQL, and PHP (LAMP) stack alternative to XAMPP. Apache HTTP Server is cross-platform and more flexible and robust than most local development tools, as it lets you configure your server as you like.


1 Answers

While I appreciate the effort of those who answered, I have not seen something directly addressing the issue. Thus, I'll mention some thoughts I've had on the topic:

  • 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.
like image 159
GreenMatt Avatar answered Nov 13 '22 03:11

GreenMatt