我從來沒有使用過PHP,並試圖連接到運行IIS7和PHP5.3的Windows計算機上的SQL Server 2008實例。PHP致命錯誤:調用未定義的函數mssql_connect()
我已經下載並在C:\Program Files (x86)\PHP\ext
從here安裝SQLSRV30.EXE
將此添加到C:\Program Files (x86)\PHP\php.ini
:
extension=php_sqlsrv_53_nts.dll
然後重新啓動整個服務器。我仍然得到我的日誌文件中的致命錯誤說:
PHP Fatal error: Call to undefined function mssql_connect()
什麼我需要做的,從PHP 5.3連接到Microsoft SQL Server 2008的IIS7/Windows Server 2008上運行?我敢肯定這件事情非常愚蠢,我很想念......
FULL PHPINFO - >http://demo.mandibleweb.com/zapified/hello.php
phpinfo()函數:
PHP Version 5.3.10
System
Windows NT MWD001 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
Build Date
Feb 2 2012 20:10:58
Compiler
MSVC9 (Visual C++ 2008)
Architecture
x86
Configure Command
cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--disable-zts" "--disable-isapi" "--disable-nsapi" "--without-mssql" "--without-pdo-mssql" "--without-pi3web" "--with-pdo-oci=C:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=C:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8-11g=C:\php-sdk\oracle\instantclient11\sdk,shared" "--with-enchant=shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet" "--with-mcrypt=static" "--disable-static-analyze"
Server API
CGI/FastCGI
Virtual Directory Support
disabled
Configuration File (php.ini) Path
C:\Windows
Loaded Configuration File
C:\Program Files (x86)\PHP\php.ini
我有類似的情況(沒有MySQL塊),我的解決方案是在這裏:http://stackoverflow.com/questions/5179535/fatal-error-call-to-undefined-function-mysql-connect-in-c -apache-htdocs-test – 2013-09-18 12:09:14