Home > Article > Backend Development > PHP study notes (1)_PHP tutorial
It basically includes everything needed to run php applications, php, apache, mysql, one-click installation for fools
After installation, you only need to configure the virtual host and modify the host file to support multiple sites
Download: http://www.phpstudy.net/
An easy-to-use IDE with powerful functions and a good appearance. It comes with various version control tools (IDEA is more useful than eclipse)
After installation, configure the php interpreter in the menu File > Default Settings > PHP, so that you can run the php file directly in the IDE
Download: http://www.jetbrains.com/phpstorm/
http://pecl.php.net/packages.php Here you can download commonly used PHP extensions, including Memcache client, etc.
In this way, the development environment was set up with almost no effort