[PHP-DB] imap problem

2001-09-12 Thread Vipin
Hi, The imap functions in my remote server are not enabled. Is there any way by which I can use the php_imap.dll. I do not have administrative rights of the server. So I cannot edit php.ini. I am using php4.04pl on linux. Please help. Vipin Missionecom. -- PHP Database Mailing List

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 remote

RE: [PHP-DB] imap problem

2001-06-21 Thread Tom Hodder
with the --imap flag (I think, something like that) although I had no end of trouble getting this to work, Regards Tom Hodder -Original Message- From: vipin chandran [mailto:[EMAIL PROTECTED]] Sent: 20 June 2001 18:54 To: [EMAIL PROTECTED] Subject: [PHP-DB] imap problem Hi, I am developing

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

[PHP-DB] imap problem

2001-06-20 Thread vipin chandran
Hi, I am developing an email reader for IMAP/POP3. But I am getting the following error when trying to excute the file. I have removed the comment from the IMAP extensions in the php.ini. Fatal error: Call to undefined function: imap_open() in conn.inc on line 6 Contents of conn.inc is as