Home > Article > Backend Development > PHP environment setup-WAMP Zend, php setup-wampzend_PHP tutorial
/*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.
2.
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.
4.
Set the Apache configuration fileecho
"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
echo “Possible problem!!”;
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.
Open the mysql file and agree to the terms
Select custom configuration
Hurry up and start writing your php code!
http://www.bkjia.com/PHPjc/1001459.html
www.bkjia.com