Re: [PHP-DB] imap problem

2001-09-12 Thread Justin Buist
I beleive the dl() function will let you load either an .so or .dll at runtime. Justin Buist Trident Technology, Inc. 4700 60th St. SW, Suite 102 Grand Rapids, MI 49512 Ph. 616.554.2700 Fx. 616.554.3331 Mo. 616.291.2612 On Wed, 12 Sep 2001, Vipin wrote: > > Hi, > > The imap functions in my rem

RE: [PHP-DB] imap problem

2001-06-21 Thread Thomas
Did you compile php with the --with-imap option ? Because generally, this type of message happens when the function is not installed. - Mensaje original - De: "vipin chandran" <[EMAIL PROTECTED]> Para: <[EMAIL PROTECTED]> Enviado: mercredi 20 juin 2001 14:54 Asunto: [PHP-DB] imap problem

RE: [PHP-DB] imap problem

2001-06-20 Thread Tom Hodder
Hi, It's likely that you need to enable imap support, if you are using win32 this is relatively simple, all you have to do is get the dll from the php website and uncomment the lines from the extensions section of the php.ini file. If you are using unix, then you have to recompile php with the -