Wamp Environment Configuration Description--php Server

Source: Internet
Author: User
Tags php server win32 phpmyadmin zend




File Download URL
Apache 2.2.4--www.apache.com

PHP 5.2.0--www.php.net

MySQL 5.0.27--www.mysql.com

Zend Optimizer 3.2.0--www.zend.com

phpMyAdmin 2.9.2--www.phpmyadmin.net

Apache 2.2.4 Installation

1. Site Downloads apache_2.2.4- Win32-x86-no_ssl.msi and execute.

2. Press the Next button 3 times, the installer requires you to enter your network domain (network domain name), server domain (server domains) and webmaster e-mail.

3. After entering next, the default installation path is "C:Program Filesapache Software FoundationApache2.2", modify the path, and change to "D:program" as described earlier. FilesApache2 ".

and then go all the way until the installation is complete; At this point, open the Program Files folder under D disk and you can see a folder named Apache2.
Open IE, and then enter in the Address bar: http://localhost "or" http://127.0.0.1


Installation of PHP 5.2.0

1. Download Php-5.2.0-win32.zip to its official site and extract (do not download and use it in this installer, although it is very automated, very intelligent, but there are many aspects of the restrictions, because it is not recommended. )

2. Extract the PHP file into a directory, the directory address is "D:program filesphp".

First, set the system path directory, and in the path directory plus D:program filesphp, the path file modification requires a reboot to take effect.
Then, modify the Apache configuration file httpd.conf, where you search for the LoadModule section, and then add the following:




If you want to add MySQL functionality, you first need to install MYSQL5 and then modify PHP.ini:
Remove the ";" in front of the Extension=php_mysql.dll, and then modify Extension_dir = "./ext" so that PHP can go to the Ext directory to find Php_ Mysql.dll, save, restart Apache, and then look at the phpinfo, which can search the MySQL configuration.

Installation of phpMyAdmin 2.9.2

<
Related Article

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.