🌐
Apache Friends
apachefriends.org › download.html
Download XAMPP
Windows XP or 2003 are not supported. You can download a compatible version of XAMPP for these platforms here.
🌐
Apache Friends
apachefriends.org › blog › new_xampp_20231119.html
New XAMPP release 8.2.12, 8.1.25 and 8.0.30
We just released a new version of XAMPP for Windows for PHP versions 8.2.12, 8.1.25 and 8.0.30. New versions for Linux and OS X will come soon! You can download these new installers at http://www.apachefriends.org/download.html as always.
Discussions

Status of xampp in webdevelopment
I’m sure someone out there is using it, but everyone I know now uses Docker. There’s a bit of a learning curve, but there’s a lot of documentation out there now too. More on reddit.com
🌐 r/PHP
107
53
March 7, 2023
Is XAMPP for beginners or is XAMPP used by professionals as local dev environment?
First a bit of history. Back when I started out learning how to setup servers, I remember XAMPP being promoted as the beginner-friendly alternative to setting up your own servers. I think I even tried it out a few times, but the nerds, at the time — those hanging out on the forums — was advising people to install servers manually, since they would learn more, so that was what I did. This was before the time of social media FYI, so the tone was very rough on these forums — if you asked a question before Googling and doing your homework, you would be crushed! Last time I tried XAMPP I actually found it to be confusing and complicated, since stuff was stored in non-standard locations. Etc. In the end I gave up and just installed Apache + MySQL + PHP the old fashioned way, and I find that works very well for me. You got to remember, in Ubuntu at least, it is just a simple matter of running: sudo apt install apache2 PHP8.0 mysql-server php8.0-fpm It is extremely easy to setup, and the location of configuration files is very intuitive once you get used to Linux. Even setting up Let's Encrypt is a matter of typing a few commands in terminal. I do not think it can get much easier than that. More on reddit.com
🌐 r/PHP
167
64
February 7, 2021
Am I the only XAMPP user?
Xampp ecosystem bloats your machine with runtimes which is generally discouraged. One of your clients may rely on Redis, other one may rely on Hazelcast, another one may rely on Memcached. You may get a great deal for developing a Wordpress plugin that has to work on PHP 5.2 but your side project has to be blazing fast and you would rely on PHP 7.0. With vagrant you can create two boxes, spin up the one you want to work and that's it. With Xampp, good luck. You need to rely on whatever Xampp bundle brings to you. You won't be able to configure and install another database application or rely on HVVM since Xammp doesn't work that way. You end up downloading a setup.exe and if your project requires something else, you need to install and configure them by hand. You will enter project's website, try to find the download button, click on it, click on setup.exe and restart your computer because Windows tells you to do so. In the end, you will be tightly coupled to your computer which isn't a good thing. Xampp runs on Windows environment so you need to know about the drawbacks. Ideally you want to mimic your production environment so issues caused by the OS differences can be caught during development and not when they reach production. As you grow better, you may work on bigger projects where you work alongside collaborators. You can't tell them to install Xammp, then Redis, then Supervisord and loads of different tools. What if one of the tools in your stack doesn't work on Windows that is crucial for development? Not to mention, installations almost never works properly on Windows environment. I had to change Skype's port each time I had to launch Xammp because both of them worked on port 80. It is one of the most obvious cases. What if your collaborator can't install a specific tool on Windows just because he has a messed up Windows registry and spend hours trying to solve it with zero Google results about the error message? Should he format his computer and re-install Windows? Oh, wait. Before he formats his computer he has to backup his wedding photos into USB. With vagrant I can easily destroy and provision my box in minutes. While it reinstalls my vagrant box, I can switch back to Skyrim and play it until it's done. Using vagrant or provision tools isn't hard or takes time to learn. Xammp is a good bundle, but how is that any better than https://puphpet.com/ ? You can tick whatever you want and that's it. It is thousand times more flexible than relying on whatever Xampp has in the bundle, plus open source. You should always familiarize yourself with unix environments and CLI. I regret not doing it sooner. A web developer without CLI skills will never be great regardless of his skills. A web developer has to know how Nginx/PHP7/FPM works together, has to be able to configure at least a basic VPS via terminal. Can I switch back to Xampp? Yes. Would it boot faster than Homestead for me? Yes. Do I want to go through installing Xampp/Redis/Grunt/Gulp/NPM/Ruby/Gem/Python/Git/NodeJS/Composer/Beanstalkd/Supervisord/Sass all by hand? Never. As long as your app has no other dependencies other than a webserver/a RDBMS/PHP and if you're certain your app will never require additional dependencies, then you can rely on Xampp as long as you're aware of the drawbacks. More on reddit.com
🌐 r/PHP
74
56
March 11, 2016
Uninstalled XAMPP but it is still working
First thing check if XAMPP removed everything, not only itself. ( check default xampp directory). Second thing - check in processes if there is only one Apache process. More on reddit.com
🌐 r/webdev
12
1
September 1, 2017
People also ask

What is XAMPP used for?
XAMPP is a free, open-source software package that provides Apache, MySQL (MariaDB), PHP, and Perl, making it easy to set up a local web server for testing and development.
🌐
techspot.com
techspot.com › downloads › 7358-xampp.html
XAMPP Download Free - 8.2.12 | TechSpot
Can I run multiple versions of PHP in XAMPP?
Not directly within one installation. However, you can switch PHP versions by downloading different XAMPP builds or configuring add-ons like XAMPP Control Panel extensions.
🌐
techspot.com
techspot.com › downloads › 7358-xampp.html
XAMPP Download Free - 8.2.12 | TechSpot
On which operating systems can I install XAMPP?
XAMPP is available for Windows, macOS, and Linux. The setup process is nearly identical across platforms.
🌐
techspot.com
techspot.com › downloads › 7358-xampp.html
XAMPP Download Free - 8.2.12 | TechSpot
free and open-source cross-platform web server solution stack package
XAMPP_Windows_10.PNG
xampp for windows 11
XAMPP (/ˈzæmp/ or /ˈɛks.æmp/) 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 … Wikipedia
Ratings
Factsheet
Initial release September 4, 2002; 23 years ago (2002-09-04)
Stable release 8.2.12
/ 19 November 2023; 2 years ago (2023-11-19)
Operating system Windows Server 2008 and later
Windows Vista and later
Mac OS X 10.6 and later
Linux
Factsheet
Initial release September 4, 2002; 23 years ago (2002-09-04)
Stable release 8.2.12
/ 19 November 2023; 2 years ago (2023-11-19)
Operating system Windows Server 2008 and later
Windows Vista and later
Mac OS X 10.6 and later
Linux
🌐
Apache Friends
apachefriends.org
XAMPP Installers and Downloads for Apache Friends
XAMPP is a completely free, easy ... and to use. ... Hi Apache Friends! We just released a new version of XAMPP for Windows for PHP versions 8.2.12, 8.1.25 and 8.0.30....
🌐
Apache Friends
apachefriends.org › blog › new_xampp_20230408.html
New XAMPP release 8.2.4, 8.1.17 and 8.0.28
We just released a new version of XAMPP for Windows, Linux and OS X for PHP versions 8.2.4, 8.1.17 and 8.0.28. You can download these new installers at http://www.apachefriends.org/download.html.
🌐
Apache Friends
apachefriends.org › blog › new_xampp_20221229.html
New XAMPP release 8.2.0
We just released a new version of XAMPP for Windows, Linux and OS X for PHP 8.2.0. You can download these new installers at http://www.apachefriends.org/download.html. These installers include the next main components: ... The PHP version 7.4.x is now end-of-life but you can continue download ...
🌐
Apache Friends
apachefriends.org › blog › news-article-55763.html
New versions of XAMPP for Windows, Mac OS X and Linux
All three versions of XAMPP now contain updated versions of: MySQL (4.1.13), PHP (4.4.0), phpMyAdmin (2.6.3-pl1), OpenSSL (0.9.8), and Perl (5.8.7). To find out more or get the downloads please visit the XAMPP project page
Find elsewhere
🌐
Wikipedia
en.wikipedia.org › wiki › XAMPP
XAMPP - Wikipedia
February 3, 2026 - XAMPP formerly used MySQL, but ... 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. XAMPP requires only one zip, tar, 7z, or exe file to be downloaded ...
🌐
SourceForge
sourceforge.net › home › open source software › database › database engines/servers › xampp › files
XAMPP - Browse Files at SourceForge.net
Download Latest Version xampp-windows-x64-8.2.12-0-VS16-installer.exe (157.6 MB) Home · Other Useful Business Software · Our Free Plans just got better! | Auth0 · With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
🌐
TechSpot
techspot.com › downloads › 7358-xampp.html
XAMPP Download Free - 8.2.12 | TechSpot
January 8, 2026 - We just released a new version of XAMPP for Windows for PHP versions 8.2.12, 8.1.25 and 8.0.30. New versions for Linux and OS X will come soon! These installers include the next main components: ... Fast servers and clean downloads.
Rating: 4.2 ​ - ​ 15 votes
🌐
Apache Friends
apachefriends.org › blog › news-article-101882.html
New XAMPP version for Linux, Windows, and Mac OS X
April 28, 2025 - In this version we updated both PHP versions (to 4.4.7 and 5.2.2), MySQL (5.0.41) and phpMyAdmin (to 2.10.1). In the Windows beta we also fixed the security vulnerability published April 28th. Get the downloads and more details on the specific XAMPP project page.
🌐
SourceForge
sourceforge.net › projects › xampp
XAMPP download | SourceForge.net
Download XAMPP for free. An easy to install Apache distribution containing MySQL, PHP, and Perl. XAMPP is a very easy to install Apache Distribution for Linux, Solaris, Windows, and Mac OS X. The package includes the Apache web server, MySQL, PHP, Perl, a FTP server and phpMyAdmin.
Rating: 4.4 ​ - ​ 236 votes
🌐
Softonic
xampp-windows.en.softonic.com › home › development & it › download
Download XAMPP - Free - latest version
February 21, 2025 - Download XAMPP for Windows now from Softonic: 100% safe and virus free. More than 10423 downloads this month. Download XAMPP latest version 2026
Rating: 7.1/10 ​ - ​ 2.41K votes
🌐
Reddit
reddit.com › r/php › status of xampp in webdevelopment
r/PHP on Reddit: Status of xampp in webdevelopment
March 7, 2023 -

Hello everyone,

I'm wondering if xampp is still used for building websites and web applications or not in 2023? and if not, what are the alternatives to it? which server suit is better and more modern than xampp? I'm asking this because I want to return to web development after I quit because of some reasons and I haven't updated my knowledge and forget it but slowly recover it :)

BTW I'm using Linux, esp Kubuntu.

Any answer is welcome :) Have a nice day

🌐
Apache Friends
apachefriends.org › blog › new_xampp_20221001.html
New XAMPP release 7.4.30 , 8.0.23 , 8.1.10
October 1, 2022 - We just released a new version of XAMPP for Windows and Linux. You can download these new installers at http://www.apachefriends.org/download.html.
🌐
Apache Friends
apachefriends.org › blog › news-article-99862.html
New XAMPP version for Linux and Windows
After two months of hard work we are proud to announce a new release of XAMPP for Windows and Linux. New in both releases of XAMPP are MySQL (5.0.37), PHP (4.4.6), phpMyAdmin (2.10.0.2), and OpenSSL (0.9.8e). The Windows version also contains up-to-date versions of: FileZilla FTP Server (0.9.23), ...
🌐
Apache Friends
apachefriends.org › blog › new_xampp_20200401.html
New XAMPP release 7.2.29 , 7.3.16 , 7.4.4
December 6, 2023 - This version fixes a security issue in Windows Platforms CVE-2020-11107 reported by Maximilian Barz. XAMPP Windows versions lower than 7.2.29, 7.3.16 and 7.4.4 allow an unprivileged User to access and modify its editor and browser configuration. An attacker could modify the ...
🌐
Medium
medium.com › @vandetho › how-to-upgrade-xampp-from-php-8-2-to-8-4-on-windows-8e81c343ea32
How to Upgrade XAMPP from PHP 8.2 to 8.4 on Windows | by Vandeth Tho | Medium
October 24, 2025 - XAMPP still ships with PHP 8.2 by default. This guide walks you through safely upgrading to PHP 8.4 without breaking your Apache setup or…
🌐
Apache Friends
apachefriends.org › blog › new_xampp_20180119.html
New XAMPP with PHP 7.2.1, 7.1.13, 7.0.27 & 5.6.33
July 8, 2025 - We just released new versions of XAMPP for all platforms with the latest PHP versions: 7.2.1, 7.1.13, 7.0.27 & 5.6.33.
🌐
Apache Friends
apachefriends.org › blog.html
Apache Friends
November 19, 2023 - Subscribe to the Apache Friends blog via RSS. Hi Apache Friends! We just released a new version of XAMPP for Windows for PHP versions 8.2.12, 8.1.25 and 8.0.30. New versions for Linux and OS X will come soon!
🌐
Updatestar
xampp.updatestar.com › home › servers
XAMPP - Download
XAMPP 8.2.12
XAMPP is a Open Source software in the category Servers developed by Kai Oswald Seidler. The users of our client application UpdateStar have checked XAMPP for updates 4,053 times during the last month. The latest version of XAMPP is 8.2.12, released on 11/22/2023.
Rating: 4 ​