XAMPP
XAMPP
Jump to navigation
Jump to search
A screenshot of XAMPP running on Windows 10 | |
Developer(s) | Apache Friends |
---|---|
Initial release | May 22, 2002 (2002-05-22) |
Stable release | 7.3.3 / March 18, 2019 (2019-03-18) |
Repository | github.com/ApacheFriends |
Operating system |
|
Platform | IA-32 (Windows package only) and x64 (macOS and Linux packages only) |
Size |
|
Available in | 11 languages[citation needed] |
List of languages English, German, French, Dutch, Polish, Italian, Norwegian, Spanish, Chinese, Brazilian Portuguese, Japanese | |
Type | Solution stack |
License | GNU General Public License |
Alexa rank | 11,326 (As of January 2019[update])[1] |
Website | www.apachefriends.org |
XAMPP (/ˈzæmp/ or /ˈɛks.æmp/[2]) is a free and open-source cross-platform web server solution stack package developed by Apache Friends,[2] consisting mainly of the Apache HTTP Server, MariaDB database, and interpreters for scripts written in the PHP and Perl programming languages.[3][4] 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.
XAMPP's ease of deployment means a WAMP or LAMP stack can be installed quickly and simply on an operating system by a developer. With the advantage a number of common add-in applications such as Wordpress and Joomla! can also be installed with similar ease using Bitnami.
Contents
1 Etymology
2 Prerequisites
3 Features
4 Usage
5 Components
6 See also
7 References
8 External links
Etymology[edit]
The term XAMPP is an apparent acronym. However, there is no official acronym expansion specified on the Apache Friends website. Their homepage header reads "XAMPP Apache + MariaDB + PHP + Perl", indicating that this abbreviation is a recursive acronym.
The term can be unofficially broken down as follows:
Letter | Meaning |
---|---|
X | as an ideographic letter referring to cross-platform[5] |
A | Apache[6] or its expanded form, Apache HTTP Server[5] |
M | MariaDB[7] (formerly: MySQL[5][7]) |
P | PHP[6][5] |
P | PERL[6][5] |
MySQL was replaced with MariaDB on 2015-10-19 and beginning with XAMPP versions 5.5.30 and 5.6.14,[7] effectively altering the meaning of the acronym.
While both letters P are de facto interchangeable, convention used at the Apache Friends website indicates that the first letter P is short for PHP and the latter letter P is short for Perl.
Prerequisites[edit]
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.[8] The Windows' version of XAMPP requires Microsoft Visual C++ 2017 Redistributable.
Features[edit]
XAMPP is regularly updated to the latest releases of Apache, MariaDB, PHP and Perl. It also comes with a number of other modules including OpenSSL, phpMyAdmin, MediaWiki, Joomla, WordPress and more.[9] Self-contained, multiple instances of XAMPP can exist on a single computer, and any given instance can be copied from one computer to another.[10] XAMPP is offered in both a full and a standard version (Smaller version).[10]
Usage[edit]
The most obvious characteristic of XAMPP is the ease at which a WAMP webserver stack can be deployed and instantiated.[11] Later some common packaged applications that could be easily installed were provided by Bitnami.[12]
Officially, XAMPP's designers intended it for use only as a development tool, to allow website designers and programmers to test their work on their own computers without any access to the Internet. To make this as easy as possible, many important security features are disabled by default.[13] XAMPP has the ability to serve web pages on the World Wide Web.[14] A special tool is provided to password-protect the most important parts of the package.[15]
XAMPP also provides support for creating and manipulating databases in MariaDB and SQLite among others.
Once XAMPP is installed, it is possible to treat a localhost like a remote host by connecting using an FTP client. Using a program like FileZilla has many advantages when installing a content management system (CMS) like Joomla or WordPress[further explanation needed]. It is also possible to connect to localhost via FTP with an HTML editor.
Components[edit]
Component | On Windows | On Linux | On macOS |
---|---|---|---|
Apache 2.4.38 | Yes | Yes | Yes |
MariaDB 10.1.38 | Yes | Yes | Yes |
mcrypt 2.5.8 | Yes | Yes | Yes |
PHP 7.3.3 | Yes | Yes [17] | Yes [17] |
phpMyAdmin 4.8.5 | Yes | Yes | Yes |
OpenSSL | Yes - 1.1.1b | Yes - 1.0.2r | Yes - 1.0.2r |
Webalizer | Yes - 2.23-04 | Yes - 2.23-05 | Yes - 2.23-05 |
FileZilla FTP Server 0.9.41 | Yes | No | No |
Mercury Mail Transport System 4.63 | Yes | No | No |
Strawberry Perl 7.0.56 Portable | Yes | No | No |
Tomcat 7.0.56 (with mod_proxy_ajp as connector) | Yes | No | No |
XAMPP Control Panel 3.2.2 | Yes | No | No |
APR 1.5.2 | No | Yes | Yes |
APR-utils 1.5.4 | No | Yes | Yes |
cUrl 7.45.0 | No | Yes | Yes |
expat 2.0.1 | No | Yes | Yes |
FPDF 1.7 | No | Yes | Yes |
FreeTDS 0.91 | No | Yes | Yes |
Freetype2 2.4.8 | No | Yes | Yes |
GD 2.0.35 | No | Yes | Yes |
gdbm 1.8.3 | No | Yes | Yes |
gettext 0.19.8.1 | No | Yes | Yes |
ICU4C Library 4.8.1 | No | Yes | Yes |
IMAP C-Client 2007e | No | Yes | Yes |
libapreq 2.13 | No | Yes | Yes |
libpng 1.5.26 | No | Yes | Yes |
libxml 2.0.1 | No | Yes | Yes |
libxslt 1.1.29 | No | Yes | Yes |
mhash 0.9.9.9 | No | Yes | Yes |
Ming 0.4.5 | No | Yes | Yes |
mod_perl 2.0.8-dev | No | Yes | Yes |
ncurses 5.9 | No | Yes | Yes |
OpenLDAP (client) 2.4.21 | No | Yes | Yes |
pdf class 0.11.7 | No | Yes | Yes |
Perl 5.16.3 | No | Yes | Yes |
ProFTPD 1.3.4c | No | Yes | Yes |
Sablotron 1.0.3 | No | Yes | Yes |
zlib 1.2.8 | No | Yes | Yes |
XAMPP | Apache | MariaDB | PHP | Ref |
---|---|---|---|---|
5.6.30 | 2.4.25 | 10.1.21 | 5.6.30 | [18] |
5.6.31 | 2.4.26 | 10.1.25 | 5.6.31 | [19] |
5.6.32 | 2.4.29 | 10.1.28 | 5.6.32 | [20] |
5.6.33 | 2.4.30 | 10.1.30 | 5.6.33 | [21] |
5.6.34 | 2.4.29 | 10.1.31 | 5.6.34 | [22] |
5.6.35 | 2.4.33 | 10.1.31 | 5.6.35 | [23] |
5.6.36 | 2.4.33 | 10.1.32 | 5.6.36 | [24] |
5.6.37 | 2.4.34 | 10.1.34 | 5.6.37 | [25] |
5.6.38 | 2.4.34 | 10.1.36 | 5.6.38 | [26] |
5.6.39 | 2.4.37 | 10.1.37 | 5.6.39 | [27] |
5.6.40 | 2.4.37 | 10.1.37 | 5.6.40 | [28] |
7.0.16 | 2.4.25 | 10.1.21 | 7.0.16 | [29] |
7.0.18 | 2.4.25 | 10.1.22 | 7.0.18 | [30] |
7.0.20 | 2.4.25 | 10.1.24 | 7.0.20 | [31] |
7.0.21 | 2.4.26 | 10.1.25 | 7.0.21 | [32] |
7.0.22 | 2.4.27 | 10.1.26 | 7.0.22 | [33] |
7.0.23 | 2.4.27 | 10.1.26 | 7.0.23 | [34] |
7.0.24 | 2.4.28 | 10.1.28 | 7.0.24 | [35] |
7.0.25 | 2.4.29 | 10.1.28 | 7.0.25 | [36] |
7.0.26 | 2.4.29 | 10.1.29 | 7.0.26 | [37] |
7.0.27 | 2.4.30 | 10.1.30 | 7.0.27 | [38] |
7.0.28 | 2.4.29 | 10.1.31 | 7.0.28 | [39] |
7.0.29 | 2.4.33 | 10.1.31 | 7.0.29 | [40] |
7.0.30 | 2.4.33 | 10.1.32 | 7.0.30 | [41] |
7.0.31 | 2.4.34 | 10.1.34 | 7.0.31 | [42] |
7.0.32 | 2.4.34 | 10.1.36 | 7.0.32 | [43] |
7.0.33 | 2.4.37 | 10.1.37 | 7.0.33 | [44] |
7.1.2 | 2.4.25 | 10.1.21 | 7.1.2 | [45] |
7.1.4 | 2.4.25 | 10.1.22 | 7.1.4 | [46] |
7.1.6 | 2.4.25 | 10.1.24 | 7.1.6 | [47] |
7.1.7 | 2.4.26 | 10.1.25 | 7.1.7 | [48] |
7.1.8 | 2.4.27 | 10.1.26 | 7.1.8 | [49] |
7.1.9 | 2.4.27 | 10.1.26 | 7.1.9 | [50] |
7.1.10 | 2.4.28 | 10.1.28 | 7.1.10 | [51] |
7.1.11 | 2.4.29 | 10.1.28 | 7.1.11 | [52] |
7.1.12 | 2.4.29 | 10.1.29 | 7.1.12 | [53] |
7.1.13 | 2.4.29 | 10.1.30 | 7.1.13 | [54] |
7.1.14 | 2.4.29 | 10.1.30 | 7.1.14 | [55] |
7.1.15 | 2.4.29 | 10.1.31 | 7.1.15 | [56] |
7.1.16 | 2.4.33 | 10.1.31 | 7.1.16 | [57] |
7.1.17 | 2.4.33 | 10.1.32 | 7.1.17 | [58] |
7.1.18 | 2.4.33 | 10.1.33 | 7.1.18 | [59] |
7.1.19 | 2.4.33 | 10.1.34 | 7.1.19 | [60] |
7.1.20 | 2.4.34 | 10.1.34 | 7.1.20 | [61] |
7.1.21 | 2.4.34 | 10.1.35 | 7.1.21 | [62] |
7.1.22 | 2.4.34 | 10.1.36 | 7.1.22 | [63] |
7.1.23 | 2.4.35 | 10.1.36 | 7.1.23 | [64] |
7.1.24 | 2.4.37 | 10.1.37 | 7.1.24 | [65] |
7.1.25 | 2.4.37 | 10.1.37 | 7.1.25 | [66] |
7.1.26 | 2.4.37 | 10.1.37 | 7.1.26 | [67] |
7.1.27 | 2.4.37 | 10.1.37 | 7.1.27 | [68] |
7.2.0 | 2.4.29 | 10.1.29 | 7.2.0 | [69] |
7.2.1 | 2.4.29 | 10.1.30 | 7.2.1 | [70] |
7.2.2 | 2.4.29 | 10.1.30 | 7.2.2 | [71] |
7.2.3 | 2.4.29 | 10.1.31 | 7.2.3 | [72] |
7.2.4 | 2.4.33 | 10.1.31 | 7.2.4 | [73] |
7.2.5 | 2.4.33 | 10.1.32 | 7.2.5 | [74] |
7.2.6 | 2.4.33 | 10.1.33 | 7.2.6 | [75] |
7.2.7 | 2.4.33 | 10.1.34 | 7.2.7 | [76] |
7.2.8 | 2.4.34 | 10.1.34 | 7.2.8 | [77] |
7.2.9 | 2.4.34 | 10.1.35 | 7.2.9 | [78] |
7.2.10 | 2.4.34 | 10.1.36 | 7.2.10 | [79] |
7.2.11 | 2.4.35 | 10.1.36 | 7.2.11 | [80] |
7.2.12 | 2.4.37 | 10.1.37 | 7.2.12 | [81] |
7.2.13 | 2.4.37 | 10.1.37 | 7.2.13 | [82] |
7.2.14 | 2.4.37 | 10.1.37 | 7.2.14 | [83] |
7.2.15 | 2.4.38 | 10.1.38 | 7.2.15 | [84] |
7.2.16 | 2.4.38 | 10.1.38 | 7.2.16 | [85] |
7.3.0 | 2.4.37 | 10.1.37 | 7.3.0 | [86] |
7.3.1 | 2.4.37 | 10.1.37 | 7.3.1 | [87] |
7.3.2 | 2.4.38 | 10.1.38 | 7.3.2 | [88] |
7.3.3 | 2.4.38 | 10.1.38 | 7.3.3 | [89] |
See also[edit]
- Lighttpd
- List of Apache–MySQL–PHP packages
- List of Nginx–MySQL–PHP packages
References[edit]
^ "Apachefriends.org Traffic, Demographics and Competitors - Alexa". www.alexa.com. Archived from the original on 2018-09-15. Retrieved 1 January 2019..mw-parser-output cite.citationfont-style:inherit.mw-parser-output .citation qquotes:"""""""'""'".mw-parser-output .citation .cs1-lock-free abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center.mw-parser-output .citation .cs1-lock-subscription abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registrationcolor:#555.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration spanborder-bottom:1px dotted;cursor:help.mw-parser-output .cs1-ws-icon abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png")no-repeat;background-position:right .1em center.mw-parser-output code.cs1-codecolor:inherit;background:inherit;border:inherit;padding:inherit.mw-parser-output .cs1-hidden-errordisplay:none;font-size:100%.mw-parser-output .cs1-visible-errorfont-size:100%.mw-parser-output .cs1-maintdisplay:none;color:#33aa33;margin-left:0.3em.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-formatfont-size:95%.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-leftpadding-left:0.2em.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-rightpadding-right:0.2em
^ ab "Interview with Kai Seidler from the XAMPP project". MySQL AB. Retrieved 2015-06-07.
[permanent dead link]
^ "New XAMPP with MariaDB". apachefriends.org. 19 October 2015. Archived from the original on 2015-11-19. Retrieved 19 November 2015.
^ "An easy to install Apache distribution containing MySQL, PHP, and Perl". SourceForge. Archived from the original on 2015-06-06. Retrieved 2015-06-07.
^ abcde "What does XAMPP mean in Software?". STANDS4 LLC. Archived from the original on 2015-09-06. Retrieved 2016-03-12.
^ abc "XAMPP". Archived from the original on 2016-03-12. Retrieved 2016-03-12.
^ abc "New XAMPP with MariaDB". Apache Friends. Archived from the original on 2016-04-12. Retrieved 2016-03-12.
^ "Downloading and installing XAMPP". Udemy. 2015-04-21. Archived from the original on 2015-06-19. Retrieved 2015-04-21.
^ "XAMPP Addons list". Apache Friends. 2015-04-21. Archived from the original on 2015-03-22. Retrieved 2015-04-21.
^ ab "How to install XAMPP Software". Masunduh II. 2015-04-21. Archived from the original on 2015-07-09. Retrieved 2015-04-21.
^ Gralla, Gabe (2011-04-22). "XAMPP for Windows". PCWord. IDG. Archived from the original on 2017-08-28. Retrieved 2018-10-18.
^ "Bitnami for XAMPP". Apache Friends. Archived from the original on 2018-06-23. Retrieved 2018-10-18.
^ "apache friends - xampp for windows". Apachefriends.org. Archived from the original on 2008-12-19. Retrieved 2008-12-19.
^ "Where XAMPP is used commonly and what it can do.". Owusu-Ansah Godfred. Archived from the original on 2015-06-19. Retrieved 2012-04-30.
^ "XAMPP for Linux". Archived from the original on 2012-05-01. Retrieved 2012-04-30.
^ "Apache Friends". Apache Friends. 2019-03-18. Retrieved 2019-03-18.
^ ab With PEAR + SQLite 2.8.17/3.7.17 + multibyte (mbstring) support
^ "Apache Friends - XAMPP 5.6.30 Download". Apache Friends. 2017-02-01. Archived from the original on 2016-11-11. Retrieved 2017-02-05.
^ "Apache Friends - XAMPP 5.6.31 Download". Apache Friends. 2017-07-11. Archived from the original on 2017-08-30. Retrieved 2017-07-11.
^ "Apache Friends - XAMPP 5.6.32 Download". Apache Friends. 2017-11-10. Archived from the original on 2017-09-12. Retrieved 2017-11-12.
^ "Apache Friends - XAMPP 5.6.33 Download". Apache Friends. 2018-01-19. Archived from the original on 2018-03-05. Retrieved 2018-01-20.
^ "Apache Friends - XAMPP 5.6.34 Download". Apache Friends. 2018-03-15. Archived from the original on 2018-03-05. Retrieved 2018-03-15.
^ "Apache Friends - XAMPP 5.6.35 Download". Apache Friends. 2018-04-12. Archived from the original on 2018-03-05. Retrieved 2018-04-12.
^ "Apache Friends - XAMPP 5.6.36 Download". Apache Friends. 2018-05-11. Archived from the original on 2018-06-14. Retrieved 2018-05-11.
^ "Apache Friends - XAMPP 5.6.37 Download". Apache Friends. 2018-08-08. Archived from the original on 2018-08-09. Retrieved 2018-08-08.
^ "Apache Friends - XAMPP 5.6.38 Download". Apache Friends. 2018-09-25. Archived from the original on 2018-08-09. Retrieved 2018-09-25.
^ "Apache Friends - XAMPP 5.6.39 Download". Apache Friends. 2018-12-13. Archived from the original on 2018-12-15. Retrieved 2018-12-15.
^ "Apache Friends - XAMPP 5.6.40 Download". Apache Friends. 2019-01-21. Archived from the original on 2018-12-15. Retrieved 2019-01-21.
^ "Apache Friends - XAMPP 7.0.16 Download". Apache Friends. 2017-05-04. Archived from the original on 2017-08-30. Retrieved 2017-05-07.
^ "Apache Friends - XAMPP 7.0.18 Download". Apache Friends. 2017-05-12. Archived from the original on 2017-08-30. Retrieved 2017-05-15.
^ "Apache Friends - XAMPP 7.0.20 Download". Apache Friends. 2017-06-22. Archived from the original on 2017-08-30. Retrieved 2017-06-22.
^ "Apache Friends - XAMPP 7.0.21 Download". Apache Friends. 2017-07-11. Archived from the original on 2017-08-30. Retrieved 2017-07-11.
^ "Apache Friends - XAMPP 7.0.22 Download". Apache Friends. 2017-08-25. Archived from the original on 2017-08-30. Retrieved 2017-08-26.
^ "Apache Friends - XAMPP 7.0.23 Download". Apache Friends. 2017-09-18. Archived from the original on 2017-09-12. Retrieved 2017-09-25.
^ "Apache Friends - XAMPP 7.0.24 Download". Apache Friends. 2017-10-19. Archived from the original on 2017-09-12. Retrieved 2017-10-22.
^ "Apache Friends - XAMPP 7.0.25 Download". Apache Friends. 2017-11-10. Archived from the original on 2017-09-12. Retrieved 2017-11-12.
^ "Apache Friends - XAMPP 7.0.26 Download". Apache Friends. 2017-12-14. Archived from the original on 2018-03-05. Retrieved 2017-12-14.
^ "Apache Friends - XAMPP 7.0.27 Download". Apache Friends. 2018-01-19. Archived from the original on 2018-03-05. Retrieved 2018-01-20.
^ "Apache Friends - XAMPP 7.0.28 Download". Apache Friends. 2018-03-15. Archived from the original on 2018-03-05. Retrieved 2018-03-15.
^ "Apache Friends - XAMPP 7.0.29 Download". Apache Friends. 2018-04-12. Archived from the original on 2018-03-05. Retrieved 2018-04-12.
^ "Apache Friends - XAMPP 7.0.30 Download". Apache Friends. 2018-05-11. Archived from the original on 2018-06-14. Retrieved 2018-05-11.
^ "Apache Friends - XAMPP 7.0.31 Download". Apache Friends. 2018-08-08. Retrieved 2018-08-08.
^ "Apache Friends - XAMPP 7.0.32 Download". Apache Friends. 2018-09-25. Archived from the original on 2018-08-09. Retrieved 2018-09-25.
^ "Apache Friends - XAMPP 7.0.33 Download". Apache Friends. 2018-12-13. Archived from the original on 2018-12-15. Retrieved 2018-12-15.
^ "Apache Friends - XAMPP 7.1.2 Download". Apache Friends. 2017-05-04. Archived from the original on 2017-08-30. Retrieved 2017-05-07.
^ "Apache Friends - XAMPP 7.1.4 Download". Apache Friends. 2017-05-12. Archived from the original on 2017-08-30. Retrieved 2017-05-15.
^ "Apache Friends - XAMPP 7.1.6 Download". Apache Friends. 2017-06-22. Archived from the original on 2017-08-30. Retrieved 2017-06-22.
^ "Apache Friends - XAMPP 7.1.7 Download". Apache Friends. 2017-07-11. Archived from the original on 2017-08-30. Retrieved 2017-07-11.
^ "Apache Friends - XAMPP 7.1.8 Download". Apache Friends. 2017-08-25. Archived from the original on 2017-08-30. Retrieved 2017-08-26.
^ "Apache Friends - XAMPP 7.1.9 Download". Apache Friends. 2017-09-18. Archived from the original on 2017-09-12. Retrieved 2017-09-25.
^ "Apache Friends - XAMPP 7.1.10 Download". Apache Friends. 2017-10-19. Archived from the original on 2017-09-12. Retrieved 2017-10-22.
^ "Apache Friends - XAMPP 7.1.11 Download". Apache Friends. 2017-11-10. Archived from the original on 2017-09-12. Retrieved 2017-11-12.
^ "Apache Friends - XAMPP 7.1.12 Download". Apache Friends. 2017-12-14. Archived from the original on 2018-03-05. Retrieved 2017-12-14.
^ "Apache Friends - XAMPP 7.1.13 Download". Apache Friends. 2018-01-19. Archived from the original on 2018-03-05. Retrieved 2018-01-20.
^ "Apache Friends - XAMPP 7.1.14 Download". Apache Friends. 2018-02-16. Archived from the original on 2018-03-05. Retrieved 2018-02-17.
^ "Apache Friends - XAMPP 7.1.15 Download". Apache Friends. 2018-03-15. Archived from the original on 2018-03-05. Retrieved 2018-03-15.
^ "Apache Friends - XAMPP 7.1.16 Download". Apache Friends. 2018-04-12. Archived from the original on 2018-03-05. Retrieved 2018-04-12.
^ "Apache Friends - XAMPP 7.1.17 Download". Apache Friends. 2018-05-11. Archived from the original on 2018-06-14. Retrieved 2018-05-11.
^ "Apache Friends - XAMPP 7.1.18 Download". Apache Friends. 2018-06-11. Archived from the original on 2018-06-14. Retrieved 2018-06-13.
^ "Apache Friends - XAMPP 7.1.19 Download". Apache Friends. 2018-07-10. Archived from the original on 2018-06-22. Retrieved 2018-07-10.
^ "Apache Friends - XAMPP 7.1.20 Download". Apache Friends. 2018-08-08. Archived from the original on 2018-08-09. Retrieved 2018-08-08.
^ "Apache Friends - XAMPP 7.1.21 Download". Apache Friends. 2018-08-27. Archived from the original on 2018-08-09. Retrieved 2018-08-28.
^ "Apache Friends - XAMPP 7.1.22 Download". Apache Friends. 2018-09-25. Archived from the original on 2018-08-09. Retrieved 2018-09-25.
^ "Apache Friends - XAMPP 7.1.23 Download". Apache Friends. 2018-10-17. Archived from the original on 2018-11-15. Retrieved 2018-10-17.
^ "Apache Friends - XAMPP 7.1.24 Download". Apache Friends. 2018-11-16. Archived from the original on 2018-11-15. Retrieved 2018-11-17.
^ "Apache Friends - XAMPP 7.1.25 Download". Apache Friends. 2018-12-13. Archived from the original on 2018-12-15. Retrieved 2018-12-15.
^ "Apache Friends - XAMPP 7.1.26 Download". Apache Friends. 2019-01-21. Archived from the original on 2018-12-15. Retrieved 2019-01-21.
^ "Apache Friends - XAMPP 7.1.27 Download". Apache Friends. 2019-03-18. Archived from the original on 2018-12-15. Retrieved 2019-03-18.
^ "Apache Friends - XAMPP 7.2.0 Download". Apache Friends. 2017-12-20. Archived from the original on 2018-03-05. Retrieved 2017-12-23.
^ "Apache Friends - XAMPP 7.2.1 Download". Apache Friends. 2018-01-19. Archived from the original on 2018-03-05. Retrieved 2018-01-20.
^ "Apache Friends - XAMPP 7.2.2 Download". Apache Friends. 2018-02-16. Archived from the original on 2018-03-05. Retrieved 2018-02-17.
^ "Apache Friends - XAMPP 7.2.3 Download". Apache Friends. 2018-03-15. Archived from the original on 2018-03-05. Retrieved 2018-03-15.
^ "Apache Friends - XAMPP 7.2.4 Download". Apache Friends. 2018-04-12. Archived from the original on 2018-03-05. Retrieved 2018-04-12.
^ "Apache Friends - XAMPP 7.2.5 Download". Apache Friends. 2018-05-11. Archived from the original on 2018-06-14. Retrieved 2018-05-11.
^ "Apache Friends - XAMPP 7.2.6 Download". Apache Friends. 2018-06-11. Archived from the original on 2018-06-14. Retrieved 2018-06-13.
^ "Apache Friends - XAMPP 7.2.7 Download". Apache Friends. 2018-07-10. Archived from the original on 2018-06-22. Retrieved 2018-07-10.
^ "Apache Friends - XAMPP 7.2.8 Download". Apache Friends. 2018-08-08. Archived from the original on 2018-08-09. Retrieved 2018-08-08.
^ "Apache Friends - XAMPP 7.2.9 Download". Apache Friends. 2018-08-27. Archived from the original on 2018-08-09. Retrieved 2018-08-28.
^ "Apache Friends - XAMPP 7.2.10 Download". Apache Friends. 2018-09-25. Archived from the original on 2018-08-09. Retrieved 2018-09-25.
^ "Apache Friends - XAMPP 7.2.11 Download". Apache Friends. 2018-10-17. Archived from the original on 2018-11-15. Retrieved 2018-10-17.
^ "Apache Friends - XAMPP 7.2.12 Download". Apache Friends. 2018-11-16. Archived from the original on 2018-11-15. Retrieved 2018-11-17.
^ "Apache Friends - XAMPP 7.2.13 Download". Apache Friends. 2018-12-13. Archived from the original on 2018-12-15. Retrieved 2018-12-15.
^ "Apache Friends - XAMPP 7.2.14 Download". Apache Friends. 2019-01-21. Archived from the original on 2018-12-15. Retrieved 2019-01-21.
^ "Apache Friends - XAMPP 7.2.15 Download". Apache Friends. 2019-02-18. Archived from the original on 2018-12-15. Retrieved 2019-02-19.
^ "Apache Friends - XAMPP 7.2.16 Download". Apache Friends. 2019-03-18. Archived from the original on 2018-12-15. Retrieved 2019-03-18.
^ "Apache Friends - XAMPP 7.3.0 Download". Apache Friends. 2018-12-13. Archived from the original on 2018-12-15. Retrieved 2018-12-15.
^ "Apache Friends - XAMPP 7.3.1 Download". Apache Friends. 2019-01-21. Archived from the original on 2018-12-15. Retrieved 2019-01-21.
^ "Apache Friends - XAMPP 7.3.2 Download". Apache Friends. 2019-02-18. Archived from the original on 2018-12-15. Retrieved 2019-02-19.
^ "Apache Friends - XAMPP 7.3.3 Download". Apache Friends. 2019-03-18. Archived from the original on 2018-12-15. Retrieved 2019-03-18.
External links[edit]
- Official website
Interview with Kai Seidler from the XAMPP project — interview by Lenz Grimmer, MySQL
Installing, Configuring, and Developing with XAMPP — article by Dalibor D. Dvorski, Skills Canada - Ontario
Acronym of XAMPP — Taken from Abbreviations.com, a site by STANDS4 LLC
XAMPP In General — article by Owusu-Ansah Godfred, Global Health Data Management
Categories:
- Free web server software
- Portable software
- WAMP
- Web server software
(window.RLQ=window.RLQ||).push(function()mw.config.set("wgPageParseReport":"limitreport":"cputime":"1.080","walltime":"1.227","ppvisitednodes":"value":5840,"limit":1000000,"ppgeneratednodes":"value":0,"limit":1500000,"postexpandincludesize":"value":180396,"limit":2097152,"templateargumentsize":"value":6517,"limit":2097152,"expansiondepth":"value":25,"limit":40,"expensivefunctioncount":"value":8,"limit":500,"unstrip-depth":"value":1,"limit":20,"unstrip-size":"value":271591,"limit":5000000,"entityaccesscount":"value":1,"limit":400,"timingprofile":["100.00% 1035.547 1 -total"," 59.17% 612.783 1 Template:Reflist"," 48.29% 500.049 87 Template:Cite_web"," 24.06% 249.182 2 Template:Infobox"," 22.04% 228.187 1 Template:Infobox_software"," 5.47% 56.638 3 Template:Fix"," 5.19% 53.751 1 Template:Citation_needed"," 3.87% 40.057 1 Template:Infobox_software/simple"," 3.49% 36.091 1 Template:Authority_control"," 3.27% 33.869 5 Template:Category_handler"],"scribunto":"limitreport-timeusage":"value":"0.593","limit":"10.000","limitreport-memusage":"value":7029505,"limit":52428800,"cachereport":"origin":"mw1230","timestamp":"20190325160814","ttl":2592000,"transientcontent":false););"@context":"https://schema.org","@type":"Article","name":"XAMPP","url":"https://en.wikipedia.org/wiki/XAMPP","sameAs":"http://www.wikidata.org/entity/Q324073","mainEntity":"http://www.wikidata.org/entity/Q324073","author":"@type":"Organization","name":"Contributors to Wikimedia projects","publisher":"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":"@type":"ImageObject","url":"https://www.wikimedia.org/static/images/wmf-hor-googpub.png","datePublished":"2005-10-25T00:31:25Z","dateModified":"2019-03-25T16:10:44Z","image":"https://upload.wikimedia.org/wikipedia/commons/d/de/XAMPP_Windows_10.PNG","headline":"Free and open source cross-platform web server solution stack package"(window.RLQ=window.RLQ||).push(function()mw.config.set("wgBackendResponseTime":129,"wgHostname":"mw1261"););