I am devloping a web portal for my company and i am using the imap functions in php to connect/'view mail messages. when i try to debug in zend, it kicks me out at this point:

$this->stream = @imap_open("\{$this->host:$this->port/$this->protocol}$this->mailbox",$this->userid, $this->userpassword, $mode);

it gives me the message that imap_open() is an undefinded function.

Does anyone know where i need to put the php_imap.dll file so that zend will load it up.

i have the extension in my php.ini uncommented and my webserver recongizes it and loads it fine.

Its just when i am trying to debug that I can't get past that point to see what is going on in my classes.

    Write a Reply...