
As most web hosts provide PHP 5.6.x support by default, in this example, XAMPP for Windows 5.6.x is installed.

XAMPP for Windows 7.1.x includes PHP version 7.1.x. XAMPP for Windows 7.0.x includes PHP version 7.0.x. XAMPP for Windows 5.6.x includes PHP version 5.6.x. The XAMPP version indicates the included PHP version. The latest versions of XAMPP for Windows supports Windows 7/8.1/10.
XAMPP PHP 5.2 6 MAC OS
XAMPP supports Windows, Linux, And Mac OS X. In other words, XAMPP is intended for use in private/Intranet/offline/development environments.A computer that does not store and does not have access to important data.An Intranet-facing server (i.e., a computer that provides a service over an Intranet).A computer that is connected to a local network (i.e., a computer assigned a private IP address because it is behind a gateway/router).In other words, XAMPP is not intended for use in public/Internet/online/production environments.A computer that stores or has access to important data.An Internet-facing server (i.e., a computer that provides a service over the Internet).


Therefore, for most practical purposes, the terms MariaDB and MySQL are interchangeable. MariaDB is a drop in place replacement for MySQL. Your computer and the XAMPP host computer (which may or may not be the same computer) constitute the offline development environment with Apache and MySQL running locally on Windows.Īctually, the XAMPP SQL database server is MariaDB, which is developed by the MariaDB Foundation, not MySQL, which is developed by Oracle. The local computer onto which XAMPP is installed is known as the XAMPP host computer. In this example, XAMPP for Windows is installed on a local computer running Windows 7/8.1/10, In this example, local computer means either your computer, or any computer on a local network with your computer. After XAMPP is installed, running Apache and MySQL is as simple as a couple of mouse clicks. This is unfortunate because setting up an offline development environment with a web server and SQL database server running locally on Windows is much simpler than one might think.Īpache Friends XAMPP () includes the Apache HTTP Server web server (including PHP interpreter) and the MySQL SQL database server.
XAMPP PHP 5.2 6 INSTALL
However, many web developers, unable or unwilling to install a web server and SQL database server, skip the offline development step and push their untested code to the online production environment. Ideally, web sites are developed in an offline development environment before being pushed to the online production environment.
