문제

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