Home  >  Article  >  Backend Development  >  PHP environment setup-WAMP Zend, php setup-wampzend_PHP tutorial

PHP environment setup-WAMP Zend, php setup-wampzend_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 09:53:23910browse

PHP environment setup-WAMP Zend, php setup-wampzend

 

   /*I am ignorant, so I found a lot of tutorials on the Internet, and after a lot of torture, I finally got hope on the Tieba forum! I'm sharing it here, I hope you won't criticize it. */

   /*This is on a Windows machine. I don’t know the difference between win32 and win64. When setting it up, although it says win32, I am win64, so I can still install it! */

1. File download (see picture below): File download address: http://pan.baidu.com/s/1o6KG41k

                                          

2. First create 2 folders on the E drive. Mine is on the E drive.

 

You can build it anywhere according to your needs. We will install apache php mysql in the amp folder, and we will make the root directory of the www folder to put the project.

                                                                          

3. First install apache

 

4. Set the Apache configuration file
 <img class="BDE_Image" alt="PHP environment setup-WAMP Zend, php setup-wampzend_PHP tutorial" >Set up apache. Enter the apache installation directory. Enter the conf directory and open httpd.conf

echo

"Look at the picture carefully!!!!!!";

 

Unzip the php file package and put it in the www directory of the e drive and name it php. Enter the php folder and find any of the following 2 files. Back up any one and rename it to php.ini


 PHP environment setup-WAMP Zend, php setup-wampzend_PHP tutorial   echo “Possible problem!!”;
PHP environment setup-WAMP Zend, php setup-wampzend_PHP tutorial  

Port 80 is occupied, maybe because Thunder or other software occupies the port. My approach is to change the port setting to 81 in the Apache configuration file,

This is more convenient, so I haven’t tried the method of releasing the port occupied by other software.

But later, my 81 could no longer be used. I checked it on Baidu and changed it to 5001, and it can be used again. I hope someone can tell me.

5.

Mysql installation

Open the mysql file and agree to the terms  

Select custom configuration
 PHP environment setup-WAMP Zend, php setup-wampzend_PHP tutorial  6. Zend installation
PHP environment setup-WAMP Zend, php setup-wampzend_PHP tutorial PHP environment setup-WAMP Zend, php setup-wampzend_PHP tutorialPHP environment setup-WAMP Zend, php setup-wampzend_PHP tutorial Software sharing address: http://pan.baidu.com/s/1dDD7sI1

 

Hurry up and start writing your php code!

http://www.bkjia.com/PHPjc/1001459.html

www.bkjia.com

http: //www.bkjia.com/PHPjc/1001459.htmlTechArticlePHP environment construction-WAMP Zend, php construction-wampzend html /*I am ignorant and found a lot of tutorials on the Internet , several times of torture, and finally got hope on Tieba! Share it here, hope...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn