sqlsrv_connect() not found..

Posted by Gushiken on Stack Overflow See other posts from Stack Overflow or by Gushiken
Published on 2010-05-20T11:59:20Z Indexed on 2010/05/20 12:00 UTC
Read the original article Hit count: 211

Filed under:
|
|

Hey, I recently am working on an projekt that uses the "SQL Server Driver for PHP", i wanted to upgrade the existing driver to the new version (2.0), because I need some of the functions that have been implemented there.

Now i replaced the old .dll in the php/ext directory and restarted the webserver. But now i recieve the following error:

Fatal error: Call to undefined function sqlsrv_connect() in E:\ProjekteExtern\hades_apl\classes\sql\sqlsrv.class.php on line 34

But if i run phpinfo();, sqlsrv shows up, in the same way as the previous version did.

Does anybody know this error or has an idea how to solve this problem?

Thanks in advance :) Gushiken

© Stack Overflow or respective owner

Related posts about php

Related posts about sql-server