: This article mainly introduces the release of justAP1.3.0. For more information about PHP tutorials, see.
JustAP is a simple and easy-to-use php runtime environment that is suitable for php developers. Unlike wamp and xampp, it only contains Apache httpd and Php, which is also the reason for its name (justAP = just Apache and Php ).
Why is justAP required?
1. it is difficult to build a Php development environment;
2. wamp, xampp, and other programs are too large, including a lot of components that are not usable. In addition, mysql is well installed and there are many mysql clients. their built-in mysql and phpMyAdmin are a little cumbersome.
What benefits does justAP bring to php developers?
1. a simplest and purest php runtime environment;
2. the same computer can run multiple justAP instances (run multiple apache instances), but only the ports are different;
3. justAP is a very small green program, which can be run after being decompressed without installation.
For more information about any questions or suggestions, visit the project website: https://sourceforge.net/projects/justap/. contact me through the project website.
The above introduces the release of justAP1.3.0, including some content, and hope to be helpful to friends who are interested in PHP tutorials.