Wamp Environment
1, W:windows
2, A:apache
3, M:mysql
4, p:php
WNMP Environment
1, W:windows
2, A:apache
3, N Nginx
4, p:php
What's the difference between Wamp and WNMP?
Server is different, one is Nginxweb server, the other is Apacheweb server
To learn PHP programming on Windows, the first thing to do is to build a development environment, WAMP and XAMPP
Is the two excellent Apache+php+mysql integration environment, and where do they differ from each other?
Feature Service comparison:
Wamp
As the name implies, Wamp is the apache+mysql+php under Windows, which is basically used to learn PHP development
and MySQL database only.
Xampp:
Super-powerful, is simply the server integration in the environment of Optimus Prime.
Servers included: Apache, MySQL, FTP server, mail server (mail servers), Tomcat (JSP server)
Supported programming languages: PHP, Perl
Available Tool components: PhpMyAdmin, Webalizer, fake SendMail (e-mail).
Speed comparison:
Wamp
Running PHP is sometimes slower.
Xampp:
Speed is stable, feel faster than Wamp.
Note : If the Apache service is not started after installation, it is possible that the default port 80 is occupied,
Check to see if IIS is started, stop IIS first, or modify the php.ini configuration file.
Use a different port instead.
Apache (Web server) comparison of->PHP->MYSQL,XAMPP and Wamp