EasyDev is a green PHP development environment suite, which contains the Windows version of Apache+PHP+MySQL+ZendOptimizer+Memcache+Sqlite, but it does not integrate phpmyadmin, because in terms of development, I personally feel that Navicat can better manage MySQL.
The original intention of developing the system is to demonstrate the system to customers without having to carry a laptop. You only need to bring a USB flash drive. It can be said that this is an upgraded version of the PHP Server Builder I developed before, and there is no need to install it anymore. , completely green and configurable, and the size has been reduced a lot, but unfortunately, there is no Linux version, and it is not a graphical configuration. Since it is a green version, I am limited by my technical strength and have some specific requirements for the placement path. It cannot but be said that it is a green version. Big regret
Software version:
Apache 2.2.8
PHP 5.2.8
MySQL 5.1.26
ZendOptimizer 3.3.0
Memcache 1.2.1
SQLite 3.3.6
XCache 1.2.2
SVN 1.4.6
Deployment requirements:
Please make sure to decompress to the root directory. The specific drive letter is not limited, but the folder must be named EasyDev. Otherwise, please manually modify the bat file to include 2 bat files:
Start temporary services. Bat starts all services, but restarting the computer requires starting the registration system service again. Bat deploys the environment to the windows service. It starts automatically every time the computer is started. It can be managed in the Control Panel - Services.
The program running directory is /EasyDev/web, and the default homepage is index.php index.html index.htm
The initial user name of MySQL is root and the password is empty.
This update V.1M2
PHP upgraded to 5.2.8
Add xcache1.2.2
Expand