IIS + PHP + MySQL + ZendOptimizer + GD library + phpMyAdmin installation configuration _ MySQL

Source: Internet
Author: User
IIS + PHP + MySQL + ZendOptimizer + GD library + phpMyAdmin installation and configuration phpmyadminZendOptimizer

BitsCN.com

It is relatively simple to configure PHP in Apache.

I. software preparation: The following are the latest official versions as of May 20 ,.
PHP (5.0.4 ):Http://cn.php.net/get/php-5.0.4-Win32.zip/from/a/mirror

MySQL (4.1.11 ):Http://www.skycn.com/soft/1262.html

Http://dev.mysql.com/downloads/mysql/4.1.html

Zend Optimizer (2.5.7 ):Http://www.zend.com/store/free_download.php? Pid = 13

PhpMyAdmin (2.6.2 ):Http://www.skycn.com/soft/10687.html
Http://www.crsky.com/SoftView/SoftView_4190.html

Suppose C: The system disk of your current operating system. if your current operating system is not installed in C:, modify it on your own.
Screen. width * 0.7) {this. resized = true; this. width = screen. width * 0.7; this. alt = Click here to open new windowCTRL + Mouse wheel to zoom in/out;} "border = 0>
II. install PHP:

(1), download to get the php-5.0.4-Win32.zip, decompress to C: Inetpubphp (this path can be arbitrary, but if you use this path below, please modify the corresponding );

(2) copy all dll files under the C: Inetpubphp Directory (mainly DLL files under C: Inetpubphp C: Inetpubphpext) to c: Windowssystem32, overwrite existing dll files;
Screen. width * 0.7) {this. resized = true; this. width = screen. width * 0.7; this. alt = Click here to open new windowCTRL + Mouse wheel to zoom in/out ;} "border = 0 pop =" Click here to open new window CTRL + Mouse wheel to zoom in/out "resized =" true ">
Screen. width * 0.7) {this. resized = true; this. width = screen. width * 0.7; this. alt = Click here to open new windowCTRL + Mouse wheel to zoom in/out ;} "border = 0 pop =" Click here to open new window CTRL + Mouse wheel to zoom in/out "resized =" true ">
(3) set php.exe‑php-win.exe and php. copy the ini-dist files to C: Windows (C: WINNT in Windows 2000) and C: Windowsphp. ini-dist is renamed as php. ini, open it with notepad, and use the search function of notepad to search

Register_globals = Off
, Change Off to On;
Search again

Extension_dir =
And direct the path to the extensions directory under your PHP Directory, for example, extension_dir = "C: Inetpubphpext ";
Search found

Windows Extensions
List

; Extension = php_dbase.dll
Optional

; Extension = php_gd2.dll
This is used to support the GD Library. it is generally required.

; Extension = php_ldap.dll
Optional

; Extension = php_mbstring.dll
If you do not select PHPMYADMIN, a red prompt is displayed. Therefore, it is required.

; Extension = php_mssql.dll
This is used to support MSSQL. optional.

; Extension = php_mysql.dll
This is used to support MYSQL. it is required to support MYSQL.
Remove the previous ";". you can also remove the previous one if you need it. then, close and save the file.
Example of the PHP. ini file after my configuration is successful:
Http://xqin.com/iis/phpbitsCN.com

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.