e2php is a green environment package for Apache + PHP + MySQL + Zend + eAccelerator + PhpMyAdmin under Windows. It requires no installation and can build a web server in a few seconds.
How to use e2php:
1. First click to download the e2php decompression package and extract it to any directory (do not include the Chinese path).
2. Run the e2php.exe executable file in the directory. You can see the program icon in the lower right corner of the computer desktop (system tray).
3. Left-click the program icon, and menu options will appear.
- Start Apache, start only the Apache service, restart, stop briefly, start MySQL, start only the MySQL service.
- Start all to start the Apahce and MySQL services, and stop them all.
- To access PhpMyAdmin, you access the PhpMyAdmin program in the `htdocs` directory.
- To access the home page, access the index.php file in the `htdocs` directory
- Open the service to easily check whether the Apache and MySQL services are started.
- Exit, only exit the e2php program.
- The default database access password is 123456.
Note: The MySQL port is the default configuration (3306). If your computer has previously installed MySQL and started the service,
Please stop the MySQL service before running e2php to ensure the stability of the program.
4. The main directory of the virtual host is `htdocs`. Just put your website program in this directory. The default site address is http://localhost:8080/. If you want to access test.php in the `htdocs` directory , then enter http://localhost:8080/test.php in the browser to access.
Expand