Home >Backend Development >PHP Problem >What server does php need?
To create, run, and debug PHP projects, the following software is required:
NetBeans IDE for PHP. It is recommended to use PHPstorm.
Web server. Typically, development and debugging are performed on a local web server, while the production environment is on a remote web server. The current version allows the use of local servers. A future release will support the use of remote servers via FTP access. PHP support can be added on many web servers (IIS, Xitami, etc.), but the most commonly used is the Apache HTTP server.
PHP engine. The supported version is PHP5.
PHP debugger. NetBeans IDE for PHP enables you to use XDebug, but using the debugger is optional. The recommended version is XDebug 2.0 or higher as it is compatible with PHP5.
Database server. There are several database servers you can use, and one of the most popular is MySQL server.
After installation, you need to set up the environment so that all software components can work properly with each other.
You can use a package that contains the required software or install each component individually.
It is recommended to use PHPstudy for the integrated environment.
phpStudy is a program integration package for PHP debugging environment. This package integrates the latest Apache PHP MySQL phpMyAdmin ZendOptimizer. It can be installed once and can be used without configuration. It is a very convenient and easy-to-use PHP debugging environment. This program not only includes PHP debugging environment, but also includes development tools, development manuals, etc. Green environment, just decompress
. It is very convenient to switch versions. It should be streamlined, because the software is quite small, and it is easy to use when downloading in a small size.
The above is the detailed content of What server does php need?. For more information, please follow other related articles on the PHP Chinese website!