dear friends
I am running php on IIS 5.0 .
In order to use imap functions i have to use php_imap.dll.
the problems are :
a)whre i should put this dll? In the c:/winnt or c:/winnt/system32 folder? or in the "extentions" directory under the c:/php directory(which does not exist untill now).
b)What should be the value of extention_dir variable in the php.ini file?
c)What else to be done?
Thanx in advance
Ashish
problem installing php_imap.dll
Moderator: General Moderators
-
ashish_cal2
- Forum Newbie
- Posts: 7
- Joined: Sun Apr 21, 2002 2:20 pm
- Contact:
Just leave it as it is and just load extension.
Code: Select all
extension=php_imap.dll-
ashish_cal2
- Forum Newbie
- Posts: 7
- Joined: Sun Apr 21, 2002 2:20 pm
- Contact:
Problem again.....
thanks for replying
the problem is i put the dll in the c:/winnt/system32 and c:/winnt
& uncommented the extention=php_imap.dll entry in php.ini file.But its still showing that it can not find function like imapopen()
Waiting for replies
ashish
the problem is i put the dll in the c:/winnt/system32 and c:/winnt
& uncommented the extention=php_imap.dll entry in php.ini file.But its still showing that it can not find function like imapopen()
Waiting for replies
ashish
- gite_ashish
- Forum Contributor
- Posts: 118
- Joined: Sat Aug 31, 2002 11:38 am
- Location: India
hi,
I think you can copy it to: c:\winnt\system32
And update php.ini to read from this path like:
I think, the DLLs can be copyed into any path; provided that the "extention_dir" points to that path...
I think you can copy it to: c:\winnt\system32
And update php.ini to read from this path like:
if above don't work, try with last slash also, like:extention_dir = c:\winnt\system32
extention_dir = c:\winnt\system32\
I think, the DLLs can be copyed into any path; provided that the "extention_dir" points to that path...