PHP警告:PHP启动:无法加载动态库php_pdo_mssql.dll

时间:2013-11-15 04:50:09

标签: php sql-server pdo

昨天我重新安装了我的Windows,安装了Apache并从dir复制了PHP。 现在我无法访问PDO MS SQL Server。

我的php.ini ; 缺席:

extension=php_pdo.dll
extension=php_pdo_mssql.dll

并且在D:\ Program Files \ PHP \ ext dll文件中是exsist。

当我从浏览器调用PDO脚本时出现此错误:找不到驱动程序。 在Apache error.log中:

PHP Warning:  PHP Startup: Unable to load dynamic library 'D:\\Program Files\\PHP\\ext\\php_mssql.dll' - \xcd\xe5 \xed\xe0\xe9\xe4\xe5\xed \xf3\xea\xe
0\xe7\xe0\xed\xed\xfb\xe9 \xec\xee\xe4\xf3\xeb\xfc.\r\n in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'D:\\Program Files\\PHP\\ext\\php_pdo_mssql.dll' - \xcd\xe5 \xed\xe0\xe9\xe4\xe5\xed \xf3\xe
a\xe0\xe7\xe0\xed\xed\xfb\xe9 \xec\xee\xe4\xf3\xeb\xfc.\r\n in Unknown on line 0

我该如何解决这个问题? 感谢。

0 个答案:

没有答案