Welcome 微信登录
编程资源 图片资源库 蚂蚁家优选 PDF转换器 软件资源

软件开发小程序制作系统集成与运维空间租用硬件开发视频监控技术咨询与支持——联系电话:0311-88999002/88999003

首页 / 网页编程 / PHP / Build PHP+IIS+MuSQL in Windows OS(ISAPI)

Build PHP+IIS+MuSQL in Windows OS(ISAPI)2007-05-26 Blog.ChinaUnix.net 1 unzip php-5.0.0-Win32.zip to C:php5
2 copy C:php5php5ts.dll C:Windowsphp5ts.dll
3 copy C:php5libmysql.dll C:Windowssystem32libmysql.dll
4 copy C:php5php.ini-dist C:Windowsphp.ini
and edit it as follow:
extension_dir = "c:/php5/ext/"
uncomment tag ";" in line ;extension=php_mysql.dll
uncomment tag ";" in line ;extension=php_mysqli.dll
5 open IIS, click the default web site, action|proeprty|main directory|config, add .php direct to c:php5php5isapi.dll, restart IIS in Services/IIS Admin