In order to meet the dvphp, special send this tutorial, hope that some will not be helpful to friends, hope will be a lot of friends advice!
The following tutorial is implemented under Windows 2000, other systems please refer to the changes themselves, 2003 of the system please modify the Winnt to Windows.
Operating system directory: C:\Winnt
PHP default installation directory: C:\php
PHP Version: PHP 4.3.10 download Address: http://www.php.net/downloads.php (Windows Binaries)
MySQL version: Mysql-4.0.22-win download Address: http://dev.mysql.com/downloads/
Zend:zend Optimizer v2.5.5 (optional installation)
First extract the PHP compression package into the c:\php directory,
First Php.ini-dist renamed to PHP.ini
Then php.ini and Php.exe are copied to the Winnt directory ...
Php4ts.dll and Php4isapi.dll (this in the SAPI directory) are copied to the Winnt/system32 directory ....
To enable your PHP to support more modules, open php.ini in Notepad and search for Extension_dir value./To C:\PHP\extensions
The relevant pictures of this topic are as follows:
then search; Windows Extensions to open the following expansion module, as long as the front of the, remove it can ... However, some modules are not supported.
Create a test directory of PHP programs under IIS, such as D:\WEB, in the Internet
Service Manager, right-click the default Web site-> new-> site, the alias is Web, and the actual path is D:\web
To have read, run scripts and browsing permissions;
To add a filter for PHP in the IIS ISAPI brush
The relevant pictures of this topic are as follows:
PHP has two kinds of operating environment mode ...
But it's all added from here
PHP has two kinds of operating environment mode ...
But it's all added from here
The relevant pictures of this topic are as follows:
Then select Add
The relevant pictures of this topic are as follows:
1. If you want to use ISAPI mode, under IIS--the home directory configuration modifies the executable path: C:\WINNT\System32\php4isapi.dll
The path here can also be your PHP file placement path such as C:\php\php4isapi.dll
The relevant pictures of this topic are as follows:
The relevant pictures of this topic are as follows:
The path here can also be your PHP file placement path such as C:\php\php4isapi.dll
If you want to use the cgi/fastcgi mode, first search the php.ini in the Cgi.force_redirect = Remove the preceding number, and change the value to 0 (default is 1)
Then, modify the executable path----The home directory configuration under IIS: C:\WINNT\php.exe
The path here can also be your PHP file placement path such as C:\php\php.exe
The relevant pictures of this topic are as follows:
The relevant pictures of this topic are as follows:
Do not forget to restart the WWW service for IIS after you finish these preparations;
Write a file in the D:\web directory to test the PHP environment info.php,
Content is:
Phpinfo ();
?>
Then enter http://your ip/info.php in the browser
You will see a information about the PHP environment in which your system is running
Installation of Zend:
All the way next, and then to the following screen, select IIS,
After continuing next, the directory where you select PHP.ini is the default ...
The relevant pictures of this topic are as follows:
The relevant pictures of this topic are as follows:
The relevant pictures of this topic are as follows:
Then or next, the installation process automatically backs up your php.ini files and restarts the IIS service.
The relevant pictures of this topic are as follows:
Installation of MySQL:
MySQL is relatively simple to install, all the way next, installed, will automatically be launched as a service of the system.
Here no longer one by one describe ...
At this point, your IIS support Php+mysql+zend is successful, of course Zend can choose to install, do not install nor delay the use.
Because the picture shows the problem, please see the details
http://bbs.cndw.com/dispbbs.asp?boardid=8&id=1240285
Another: If you encounter problems in the configuration process can be forum information or email me, try to take the time to help you solve