程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> PHP編程 >> PHP綜合 >> Build PHP+IIS+MuSQL in Windows OS(ISAPI)

Build PHP+IIS+MuSQL in Windows OS(ISAPI)

編輯:PHP綜合

1 unzip php-5.0.0-Win32.zip to C:\php5
2 copy C:\php5\php5ts.dll C:\Windows\php5ts.dll
3 copy C:\php5\libmysql.dll C:\Windows\system32\libmysql.dll
4 copy C:\php5\php.ini-dist C:\Windows\php.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:\php5\php5isapi.dll, restart IIS in Services/IIS Admin

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved