Installation and configuration of iis6+php5+zend+mysql+phpmyadmin under Win2003 system

Source: Internet
Author: User
Tags memory usage php website phpmyadmin zend

Long time no installed, the installation and found some problems, Gg,baidu searched a large circle, some solutions, some can not, my configuration method to write again, stay spare.

Goal: Win2003 Configuration Iis+php+zend+mysql+phpmyadmin

A list of software is required:

Iis6:win2003 Self Belt

PHP: Version 5.2.5 (at the beginning of the win under the MSI installation package, always a problem, finally changed the ZIP package to install)

Zend: Version 2.2.0

phpMyAdmin: Version 2.11.5

MySQL: Version 5.0.22-community-nt

The following is a reference to a website version, for my personal application

===================================

WIN2003 iis6.0+asp.net+php+mysql+zend Configuration
First Step IIS Installation
First, run add Remove Program in Control Panel to open the application server hook asp.net
Double-click Internet Information Services (IIS)--World Wide Web service hook active Server Pages determine installation
Insert the WIN 2003 system disk into the CD drive installation or point to System files I386 directory Installation
Then enable the IIS parent path
Open My Computer--control Panel--Administrative Tools--Internet Information Services (IIS) Manager--double-click Open List
Dot Web--Properties--Home Directory--Configuration--options--Enable parent path determination on hook
Then modify the default Access file to add a deletion to the document
I generally set default.htm default.html default.asp default.aspx index.htm index.html index.asp index.aspx
Step Two PHP configuration
Download PHP installation package to PHP website first
http://www.php.net/downloads.php
Currently the latest version is the PHP 5.2.3 Zip package
Unzip the downloaded Php-5.2.3-win32.zip to the c:php
First rename the c:phpphp.ini-recommended to PHP.ini,
Clip the file into C:windows to confirm that it has the users read and run permissions.
Open C:windowsphp.ini with Notepad
Find Short_open_tag = off, change off to on, this can generally solve the running installation discuz! forum when there is a blank problem
Find Extension_dir = "./" Change to Extension_dir = "C:phpext"
Look up, extension=php_mbstring.dll, take a semicolon;
Look up, extension=php_mysql.dll, take a semicolon, remove, note mysql
Look up, extension=php_gd2.dll, take a semicolon;
Find Safe_mode = off change to: Safe_mode = On
Find MAGIC_QUOTES_GPC = off change to: MAGIC_QUOTES_GPC = On
The following is the decision to modify yourself:
Some file uploads and maximum memory usage limits:
Post_max_size = 20M Flash capacity
Upload_max_filesize = 20M Attachment capacity
Remove the front;
Extension=php_bz2.dll
Extension=php_curl.dll
Extension=php_dba.dll
Extension=php_dbase.dll
Extension=php_gd2.dll
Extension=php_imap.dll
Extension=php_interbase.dll
Extension=php_ldap.dll
Extension=php_mbstring.dll
Extension=php_mssql.dll
Extension=php_mysql.dll
Extension=php_pdo_mssql.dll
Extension=php_pdo_mysql.dll
Extension=php_pdo_odbc.dll
Extension=php_sockets.dll
Extension=php_xmlrpc.dll
Exten

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.