WordPress XAMPP Download – Guia Completo
XAMPP is a free and open-source cross-platform web server solution stack package developed by Apache Friends, consisting mainly of the Apache HTTP Server, MariaDB database, and interpreters for scripts written in the PHP and Perl programming languages. Since most actual web server deployments use the same components as XAMPP, it makes transitioning from a local test server to a live server possible.
<GALERIA_VIDEOS>
<iframe width="560" height="315" src="https://www.youtube.com/embed/BZb9WJgxss4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/2Vv47FdP1bY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</GALERIA_VIDEOS>
<h2>XAMPP Etymology</h2>
The Apache Friends website indicates that XAMPP stands for "XAMPP Apache + MariaDB + PHP + Perl", making it a recursive acronym. XAMPP formerly used MySQL, but this was replaced with MariaDB on 19 October 2015 and beginning with XAMPP versions 5.5.30 and 5.6.14, altering the meaning of the acronym. It originally stood for Cross-Platform + Apache + MySQL + PHP + Perl.
<h2>Prerequisites</h2>
XAMPP requires only one zip, tar, 7z, or exe file to be downloaded and run, and little or no configuration of the various components that make up the web server is required. The Windows version of XAMPP requires Microsoft Visual C++ 2017 Redistributable.
<h2>Features</h2>
Besides Apache, MariaDB, PHP and Perl, XAMPP comes with a number of other modules, including OpenSSL, phpMyAdmin, MediaWiki, Joomla, WordPress and more. Self-contained, multiple instances of XAMPP can exist on a single computer, and any given instance can be copied from one computer to another.
<h2>Usage</h2>
The most obvious characteristic of XAMPP is the ease with which a WAMP webserver stack can be deployed and instantiated. Later, some common packaged applications that could be easily installed were provided by Bitnami.
<h2>Components</h2>
XAMPP includes the following components:
<ul>
<li><strong>Apache:</strong> An open-source HTTP server.</li>
<li><strong>MariaDB:</strong> A community-developed, commercially supported fork of the MySQL relational database management system, intended to remain free and open-source software under the GNU General Public License.</li>
<li><strong>PHP:</strong> A popular general-purpose scripting language that is especially suited to web development.</li>
<li><strong>Perl:</strong> A high-level, general-purpose, interpreted, dynamic programming language.</li>
</ul>
<h2>See Also</h2>
<a href="https://en.wikipedia.org/wiki/Comparison_of_web_server_software">Comparison of web server software</a>
<a href="https://en.wikipedia.org/wiki/Lighttpd">Lighttpd</a>
<a href="https://en.wikipedia.org/wiki/List_of_Apache%E2%80%93MySQL%E2%80%93PHP_packages">List of Apache–MySQL–PHP packages</a>
<h2>References</h2>
<ul>
<li><a href="https://www.apachefriends.org/pt_br/xampp-windows.html">XAMPP - Apache Friends</a></li>
<li><a href="https://en.wikipedia.org/wiki/XAMPP">XAMPP - Wikipedia</a></li>
</ul>
<h2>External links</h2>
<ul>
<li><a href="https://www.apachefriends.org/download.html">Official XAMPP website</a></li>
</ul>