Edit report at https://bugs.php.net/bug.php?id=61846&edit=1

 ID:                 61846
 Comment by:         nicolas dot badia at ymail dot com
 Reported by:        rahul dot mishra at webyog dot com
 Summary:            imap timeout not working with ssl
 Status:             Open
 Type:               Bug
 Package:            IMAP related
 Operating System:   linux
 PHP Version:        5.4.0
 Block user comment: N
 Private report:     N

 New Comment:

Same problem for me.


Previous Comments:
------------------------------------------------------------------------
[2012-04-25 05:18:19] rahul dot mishra at webyog dot com

Description:
------------
imap timeout not working if i have used ssl in server name. In case i have not  
used ssl then after 10s it will be timeout but its not working with ssl.

Test script:
---------------
imap_timeout(IMAP_READTIMEOUT, 10);
imap_timeout(IMAP_OPENTIMEOUT, 10);
$imap_connect = imap_open("{mail.yahoo.com:993/ssl/novalidate-cert}", $user, 
$pwd);

Expected result:
----------------
After 10s imap_open show show timeout even server address having ssl.

Actual result:
--------------
If i have used ssl then imap_open takes hell lot of time to return a response. 
timeout is ignored.


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



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

Reply via email to