Dear Friends
I am running PHP4.0 on IIS 5 on win 2000.
I need to install php_imap.dll to use the imap functions in my php programs.For that i did following things:
a)Copied the php_imap.dll in the c:\windows\system32 folder
b)Removed the semicolon from the front of the String "extension=php_imap.dll" in the php.ini(located in the c:/winnt) file.
But it is giving warning as
"Unable to load dynamic library './php.dll' - The specified procedure could not be found"
Even the putting the dll in the c:/winnt folder is not solving the problem.
In the php.ini file the variable "extension_dir" is set to ./
What to do?
thanx in Advance
ashish