ID:               28419
 Updated by:       [EMAIL PROTECTED]
 Reported By:      stepanov at transchip dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         IMAP related
 Operating System: Windows XP Professional SP1
 PHP Version:      4CVS-2004-05-17 (stable)
 New Comment:

Are you absolutely sure you are using the latest PHP? I've 
checked the source code of the extension and the only error 
you can get while opening an imap connection can go 
something like this: 
Couldn't open stream ... 


Previous Comments:
------------------------------------------------------------------------

[2004-05-17 10:06:12] stepanov at transchip dot com

Description:
------------
When IMAP connection is refused I get following notice:
Notice: (null)(): Can't connect to 192.168.0.251,143: Refused (10061)
(errflg=2) in Unknown on line 0


Reproduce code:
---------------
$mbox = @imap_open ("{192.168.0.251:143}Inbox", "user", "pass");

Expected result:
----------------
Because of calling the function with @ I expect don't see the notice.
And if I see the notice, I expect to see the file name and line number
where the error occurred, and not "in Unknown on line 0"

Actual result:
--------------
Notice: (null)(): Can't connect to 192.168.0.251,143: Refused (10061)
(errflg=2) in Unknown on line 0



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=28419&edit=1

Reply via email to