Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to build wamp+zend studio 10.0 Environment with php

2025-04-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

Editor to share with you how to build php wamp+zend studio 10.0 environment, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's learn about it!

Step 1: download the relevant installation package:

1. Click the link to download the installation package: http://pan.baidu.com/s/1gdGInOf (build in php environment)

2. Extract the files and install wamp and zend studio in turn (there is "installation cracking instructions" under the zend installation package folder. Read it first and then install it according to the instructions).

Post-installation settings and other related issues:

1. Modify wamp language:

Right-click wamp, there will be a selection bar, click "language" column, select "Chinese" can be converted to Chinese (default is English)

2. Wamp port 80 is occupied:

Solution 1: modify the default port of wamp:

Find the [httpd.cof] file (which can be opened in notepad) under "D:\ wamp\ bin\ apache\ apache2.2.22\ conf" (the disk installed by lz is D disk, depending on the installation), and look for [Listen] (shortcut key: ctrl + f) to see:

Listen:80 (this means listening on port 80 by default, and then we can change the value of 80 to something else, such as 8080

Note:

A. To access the php file under the apache, add port 8080, such as:

Localhost:8080/index.php (index,php is under the www file)

B. When setting up a virtual host, modify the port number set for yourself by vhosts:80, such as vhosts:8080

Solution 2:

Enter DOS and run the "netstat-ano" command to find out the details of the processes occupying the port (mainly looking at the pid of the processes occupying port 80), as shown in the following figure:

The pid of port 80 in the figure above is 2888. After entering the task manager, select * * View * *-> * * Select column.]

According to pid, find the process of port 80 and right-click to end the process. Restart wamp should be OK.

3. Zend studio svn plug-in:

Zend studio toolbar [help]-[welcome] page

Select [svn], and then click [apply changes], svn will be automatically installed, and then you can check out the project with svn.

4. Zend studio project code specification:

-- set the default character to utf-8: [window]-[performance], as shown below:

-- set the tab key to four spaces: (some editors do not have four spaces, so it is best to customize your own editor first), and it is still [window]-[performance], as shown below:

-set the default project path:

[file]-[switch workspace]-[others]

Select the web root path under wamp as the workspace, and each new project will be created under this path

These are all the contents of the article "how to build a wamp+zend studio 10.0 environment for php". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report