[PHP-WIN] php_imap4r2.dll not loaded ?!?! (win2k)

2001-02-04 Thread Eelco de Vries
Hello, I'm trying to use some POP3 functions and the manual states I would need to use the IMAP functions. So I uncommented the ";extension=php_imap4r2.dll" line in my "c:\winnt\php.ini" file. But it gave me the following error: "Unable to load dynamic library './php_imap4r2.dll' - The specified

RE: [PHP-WIN] php_imap4r2.dll not loaded ?!?! (win2k)

2001-02-05 Thread Eelco de Vries
oblem is more related to an incorrect > extension_path setting > in php.ini, which makes that PHP cannot find the dll you are requesting. > Make sure that your extensions path is set correctly, and I bet > it will work > ! > > ""Eelco de Vries"" <[EMAIL

RE: [PHP-WIN] php_imap4r2.dll not loaded ?!?! (win2k)

2001-02-05 Thread Eelco de Vries
; the net... > > Siggy > > - Original Message - > From: "Eelco de Vries" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, February 04, 2001 10:39 PM > Subject: [PHP-WIN] php_imap4r2.dll not loaded ?!?! (win2k) > > > > Hello, >

[PHP-WIN] RE: [PHP-INST] php_imap4r2.dll not loaded ?!?! (win2k) [SOLVED]

2001-02-05 Thread Eelco de Vries
Problem solved .. For reference: I'm using Omni 2.07 webserver that installed PHP 4.01 as part of the webserver. But the php.ini file is not of the same version (or something). The IMAP extension in the php.ini file refers to php_imap4r2.dll while it's not part of that distribution. However the p