I am running IIS5 under W2k as well and the basic stuff seems to work for PHP. I have set the extension mapping up to work with both php.exe as well as php4isapi.dll.
The question and problem I'm having is in getting LDAP support to work with php. I am trying to use the sample code from php.net that does some ldap calls such as:
$ds=ldap_connect("localhost")
when this php page loads I get an error...
Fatal error: Call to undefined function: ldap_connect() in c:\inetpub\wwwroot\php\ldap.php on line 7
I tried copying the php_ldap.dll to c:\winnt\system32 directory and it did not seem to help any. Should I be looking at the php.ini file any ?
Thanks for any help, much appreciated
Bryce
bryce@excite.com