justAP is a simple, easy-to-use PHP running environment, suitable for PHP developers. Unlike wamp, xampp, etc., it only contains Apache httpd and Php, which is also the origin of its name (justAP=just Apache and Php).
Why develop justAP?
1. Php development environment is difficult to build;
2. Programs such as wamp and xampp are too large and contain many unused components. In addition, mysql is easy to install. There are many mysql clients. Their built-in mysql and phpMyAdmin feel a bit burden.
What benefits can justAP bring to PHP developers?
1. The simplest and purest PHP operating environment;
2. The same computer can run multiple justAPs (running multiple apache), only the ports are different;
3. justAP is a very small green program , it does not require installation, you can run it after unzipping it.
If you have any questions, suggestions, or for more information, please visit the project website: https://sourceforge.net/projects/justap/, please contact me through the project website.
The above introduces the release of justAP version 1.3.0, including various aspects. I hope it will be helpful to friends who are interested in PHP tutorials.