How to install and configure text in the PHP development environment in Windows 7

Source: Internet
Author: User
Tags php development environment

Operating System: Windows 7 Ultimate

Web server: IIS 6.1 (internal version 7600 ).

Database: mysql5.0.67

PHP version: 5.2.13

I am also worried that Windows 7 may be incompatible, but the result is no problem at all.

1. Install the MySQL database

MySQL database download here: http://www.mysql.com/downloads/

The client tool navicat (navigation cat) can be downloaded here: http://www.navicat.com/cn/download/download.html. what I download is Win32 lite, which supports Oracle and MySQL.

Database installation is relatively simple. You can select one or more settings based on your needs.

The main interface of navicat is as follows:

Ii. install PHP

Before installation, open control panel -- uninstallProgram-- Enable or disable the WINDOWS function -- Internet Information Service -- World Wide Web Service -- check CGI in the application development function (it is not checked by default ).

I downloaded an integrated MSI installation package. Here, I downloaded PHP: http://php.net/downloads.php and downloaded windows binaries/PHP 5.2.13 installer. After the download is complete, run the installation directly. On the following interface, I chose IIS FastCGI:

In this way, the PHP environment is configured:

Publish a site in IIS and create index. php.Code:

<? PHP
Echo " Hello world! " ;
?>

After running, the page outputs Hello world !, Environment configuration successful.

Iii. php development tools

Editplus, Zend studio, and so on. You can search for them online and I will try the two.

Let's first look at editplus:

Zend studio is only installed and not used yet. The main interface is provided first:

During this period, we found vs. php for Visual Studio 2010, but it was only for the 30-angel version. We had to pay for the genuine version, so we had to leave it alone.

Zend studio download, first version 7.2: http://www.zend.com/en/products/studio/downloads

Online Registration machine: http://x.zendstudio.net/zend-studio-7-keymaker-online/

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.