Using Apache to provide network services in Zend Studio instead of using Zend Sever, how to set

Source: Internet
Author: User
Tags zend zend server

I am the configuration of Wamp, before this wamp has been configured successfully, and the data in MySQL I have already done, is about to start last night started to Zend Studio in the following tutorial.

Http://www.th7.cn/Program/php/201409/286788.shtml

With regard to Zend debugger, starting with Zend Studio 10, Zend Debugger was no longer provided separately, but was integrated into Zend Studio and began to support php5.3, php5.4, php5.5, Zend Debugger directory (Note the correspondence of your machine)
D:/program files/zend/zend Studio 10.6.2/plugins/com.zend.php.debug.debugger.win32.x86_10.6.2.v20140605-0147/ Resources
There are three folders in this directory php53, PHP54, php55 corresponding to three versions of Debuger,zend Studio default is Php55, can be used directly, do not need to configure the
Second, configure the operation of the chapter
1. Switch the Zend Studio workspace directory to the Wamp web directory
Wamp's web directory is d:/wamp/www
In Zend Studio, click File-switch workspace-other
Popup Workspace Launcher dialog box
Click Brower to find D:/wamp/www click OK
If you do not switch directories, there is a warning that dummy.php cannot be found
Line 1
This is because Zend Studio can only be edited and compiled, and requires a server (by default, Zend Server) to run, where the Apache server in Wampserver is replaced by enough
2. Create a new local PHP project and edit the PHP file
File-->new-->other
Expand PHP, select local PHP project Point next,
Enter the project name in Project name and click Finish
Edit an automatically generated index.php in a project
 Right-click Index.php-->run as-->php WEB Application
This is going to open the built-in browser
http://localhost/Project Name/index.php
Page display
Hello world!
Indicates a successful environment configuration But there is a problem here, according to the above method, I still use unsuccessful, Zend Studio's built-in browser is always said to be unable to find the page. and then I think of the key point mentioned above: this is because Zend Studio can only be edited and compiled, it needs a server when it runs (by default, Zend Server), where the Apache server in Wampserver is replaced by enoughso I thought I'd set up a server for the service, so I opened the run configure and set Apache inside. that's when the problem comes.when setting up, you need to find the directory where Apache exists, that is, the path. No matter which path I use Apache is unsuccessful, and the path prompted in Zend Studio expires in Apache. then I Baidu for a long time, only to find that the original to Wamp under the bin under the Apache Conf folder, too pit. This is done, and can be previewed in the built-in browser.

Using Apache to provide network services in Zend Studio instead of using Zend Sever, how to set

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.