I am running PHP 4.3.0 with iis5 on win200pro. I haven't done anything requiring extensions till now. I see others in this forum have had similar problems but no one has received a solid answer. Hope someone can help.
My php.ini file is at c:\php\php.ini
My extensions are at c:\winnt\system32\php_*.dll
My php.ini file contains the line
extension_dir = c:\winnt\system32
I have tried to enable 2 extensions (by removing preceding ";" in extensions list):
php_ldap.dll
php_imap.dll
It was only once I moved my php.ini file from c:\winnt to c:\php that php_imap.dll stopped causing cgi timeouts. But I'm still getting timeouts when I enable php_ldap.dll. This happens even if I try to run a php script that doesn't use these extensions... but it doesn't have any affect on calls to pure HTML or other files. So I guess that means the php_ldap.dll extension is not loading...
Does anyone have experience with this, and of course a fix?
Thanks in advance!