I have installed the ZendStudio for developing PHP, I wonder need I to install apache?

有帮助吗?

解决方案

Zend Studio does not come bundled with a webserver, but you can very much use any webserver you like with Zend Studio, including but not limited to Apache, nginx, lighttpd or even PHP 5.4's own built-in webserver. However, unless you are using Zend Server for a webserver, integration will be limited.

Note that you only need a locally installed webserver when you want to serve webpages from your local machine. Zend Studio has various system connectors, so you can also work with remote servers or virtual machines. It's usually better to have the webserver running in a dev environment that is similar to the production site to prevent system setup conflicts.

其他提示

Yes definitely, as Zend Studio is just an IDE while apache is a web server. Both are totally different things.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top