PHP learning environment build _ PHP Tutorial

Source: Internet
Author: User
Tags vc9
Build a PHP learning environment. Computer environment win764 build apache-httpd-2.2-win64 + php-5.3.6-Win32-VC9-x64 + MySQL_5.5.13_winx64 development environment installation process encountered problems: 1. PHP version problems, must download the corresponding computer environment win7 64-bit

Build apache-httpd-2.2-win64 + php-5.3.6-Win32-VC9-x64 + mysql_5.13_winx64 development environment

Problems encountered during installation:

1. for PHP version problems, you must download the corresponding apache version to have the php5apache2. dll Library (apache needs to load this library to call php components );

2. set file access permissions;

3. after httpd. conf is modified, restart apache.

In addition, the environment process should understand the relationship between the three. for apache to provide web services, add the code. The first line indicates that when the client accesses the php file through the web, apache loads the component to output the php file. The second line indicates the php file for parsing and calling. The third line shows how apache loads the php component.

LoadModule php5_module "D:/Server/php-5.3.6-Win32-VC9-x64/php5apache2_2.dll"

PHPiniDir "D:/Server/php-5.3.6-Win32-VC9-x64"

AddType application/x-httpd-php. html. htm. php

MySql is relatively simple. It provides at least the data storage function and can be replaced with other types of databases. Of course, you can deploy data at will, as long as you can access it!

Win7 win7 64-bit build apache-httpd-2.2-win64 + php-5.3.6-Win32-VC9-x64 + MySQL_5.5.13_winx64 development environment installation process encountered problems: 1. PHP version problems, must download the corresponding...

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.