September 2024
Intermediate to advanced
743 pages
27h 48m
English
Table 15.1 lists some programs that can install PHP and a web server (mostly Apache) locally. These programs can save you from manual installations or from even compiling PHP yourself on most operating systems.
|
Mac |
Win |
Linux |
||
|---|---|---|---|---|
|
MAMP |
+ |
+ |
– |
|
|
XAMPP |
+ |
+ |
+ |
|
|
WAMP |
– |
+ |
– |
Table 15.1 A Selection of Software Packages for Setting Up a Local Software Environment Quickly
Figure 15.1 shows a screenshot of the MAMP PRO application on the Mac. You can start several web servers (hosts), all with different configuration options or even PHP versions, which is quite a relief for local development. Click the ...
Read now
Unlock full access