My FAQ,最新最全的IT技术FAQ
最新100篇 | 推荐100篇 | 专题100篇 | 排行榜 | 搜索 | 在线API文档
首 页 | 程序开发 | 操作系统 | 软件应用 | 图形图象 | 网络应用 | 精文荟萃 | 教育认证 | 未整理篇 | 技术讨论
  当前位置: > 程序开发 > Web开发 > PHP > PHP综合
Build PHP+IIS+MuSQL in Windows OS(ISAPI)
作者:未知 时间:2005-09-13 23:32 出处:Blog.ChinaUnix.net 责编:My FAQ
              摘要:Build PHP+IIS+MuSQL in Windows OS(ISAPI)
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.


 
首页 | 投资与合作 | 服务条款 | 隐私政策 | 收藏本站 | 设为首页 | 新用户注册 | 免责声明 | 使用帮助
Copyright ©2005-2008 myfaq.com.cn All rights reserved. www.myfaq.com.cn 版权所有