Home > Backend Development > PHP Tutorial > PHP5.4 配置SQLSERVER2008 出错

PHP5.4 配置SQLSERVER2008 出错

WBOY
Release: 2016-06-23 13:47:23
Original
974 people have browsed it

PHP5.4 配置SQLSERVER2008 出错 

我是在微软网站下载了SQLSRV30.EXE 安装后吧DLL 复制到PHP 下的EXT 文件夹下。
然后在PHP.INI 中添加了

extension=php_sqlsrv_54_nts.dllextension=php_pdo_sqlsrv_54_nts.dll
Copy after login

然后重启FastCGI 模块 ,打印PHP的版本信息就出现下边的错误。如果取消配置,就没有有问题。
谁碰到过这种情况。


另外我发现打印输出的时候PHP信息中分割符号是W,这是怎么个情况,谁碰到过。


回复讨论(解决方案)

没有人吗?

不加载 sqlsrv 扩展是正常的吗?

windows server 2008 中的 phpinfo 就是这样的

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