Home > Backend Development > PHP Tutorial > IIS7+php5.5+fastcgi解决办法

IIS7+php5.5+fastcgi解决办法

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 12:08:32
Original
802 people have browsed it

IIS7+php5.5+fastcgi
连接不上数据库
直接调用mysql_connect()函数
出Call to undefined function mysql_connect()错误
数据库正常的
可能跟配置文件有关
网上也找不到答案 
有也是ISAPI模式的解决方案
程序本身没问题
有没有大牛解决一下
第一次搞fastcgi
------解决思路----------------------
敢为天下先,佩服!
php 5.5 尚未发行就敢用,真神人也
------解决思路----------------------
php.ini 中mysql 扩展打开没有?
你phpinfo; 看看支持pdo、mysqli 没有,如果支持可以使用其中一个。
------解决思路----------------------

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template