And there it is! I was 100% certain they were identical because I copied from one directory to another. When I went to look at the file properties for version info, however, there was none. The date on that dll was different from the other extension dll's, however - two years earlier!
So I...
PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_mssql.dll' - The specified module could not be found.
Here's the thing, I've checked & double checked - that DLL is in that directory. I'm at a loss.
I didn't know there was a way to see that in phpinfo(). Here is a link to the relevant phpinfo page:
http://www.squirrelcagepc.com/phpinfo_link.htm
Perhaps this will expedite your kind efforts. This is just a framed page from my site to keep my client's domain out of the archives.
I guess I'm...
My php is not able to connect to a SQL Server box. PHP is *NOT* running as CGI but rather ISAPI filter. Here is my example code:
<html>
<head>
<?php
$conn = mssql_connect("Server","User","Password");
if($conn){
if(!mssql_select_db("Database",$conn)){
die("Database unavailable");
}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.