Hello All,
I have a problem with a Win2003 server, IIS6 and PHP 5.1.2. I have
Microsoft SQL Server tools installed. C:\PHP is on the path. Extension
dirs are configured correctly. The php_mssql.dll is present there.
Everything looks okay, except that the server does not load the
extension. If I do
var_dump(get_loaded_extensions())
then I get this:
array(23) { [0]=> string(6) "bcmath" [1]=> string(8) "calendar" [2]=>
string(10) "com_dotnet" [3]=> string(5) "ctype" [4]=> string(4) "date"
[5]=> string(3) "ftp" [6]=> string(5) "iconv" [7]=> string(4) "odbc"
[8]=> string(4) "pcre" [9]=> string(10) "Reflection" [10]=> string(7)
"session" [11]=> string(6) "libxml" [12]=> string(8) "standard" [13]=>
string(9) "tokenizer" [14]=> string(4) "zlib" [15]=> string(9)
"SimpleXML" [16]=> string(3) "dom" [17]=> string(3) "SPL" [18]=>
string(4) "wddx" [19]=> string(3) "xml" [20]=> string(9) "xmlreader"
[21]=> string(9) "xmlwriter" [22]=> string(5) "ISAPI" }
What am I doing wrong? Please help me. I was trying for a week and
nobody could help me on the hungarian PHP list. I'm lost.
Laszlo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php