mssql_connect fails siting "function undefined" - now I know this would mean the php_mssql.dll extension isn't loaded, but with the reports I'm getting from the server I haven't a clue as to what is going on.
Here is ther server specs:
Microsoft Windows Server 2003 Web Edition
PHP 5.1.6 (as reported by phpinfo())
phpinfo() doesn't list mssql anywhere on the page, but when I use the command prompt to query for the php module information it is listed.
I also see it listed when I do a the command "php.exe -i".
Anyone know what might be going on?
Here is ther server specs:
Microsoft Windows Server 2003 Web Edition
PHP 5.1.6 (as reported by phpinfo())
phpinfo() doesn't list mssql anywhere on the page, but when I use the command prompt to query for the php module information it is listed.
Code:
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
C:\Documents and Settings\Administrator>php -m
[PHP Modules]
bcmath
calendar
com_dotnet
ctype
date
dom
ftp
gd
hash
iconv
libxml
mssql
mysql
odbc
pcre
Reflection
session
SimpleXML
SPL
standard
tokenizer
wddx
xml
xmlreader
xmlwriter
zlib
[Zend Modules]
C:\Documents and Settings\Administrator>
I also see it listed when I do a the command "php.exe -i".
Anyone know what might be going on?