From:             bg at ds dot hj dot se
Operating system: Linux
PHP version:      4.3.2
PHP Bug Type:     IMAP related
Bug description:  imap_open takes long time when not specifying port num

The PHP-version that I am running is 4.2.2 and not 4.3.2, unfortunately I
can't upgrade to reproduce the problem due to the fact that the system
isn't mine.

When calling imap_open("{localhost}","user","pass"); and not specifying
port number the call takes about 14-15s to complete.

This is not the issue when using a port number when calling:
imap_open("{localhost:143}","user","pass");

This last call takes about 1 sec (in my case) to complete, and it is not
due to network instability. I have seen the same problem described in the
documentation about imap-support in php.

PHP-version is 4.2.2
php-imap: $Id: php_imap.h,v 1.17.2.1 2002/03/11 23:11:37 derick Exp $
-- 
Edit bug report at http://bugs.php.net/?id=24085&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24085&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24085&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24085&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24085&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24085&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24085&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24085&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24085&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24085&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24085&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24085&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24085&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24085&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24085&r=gnused

Reply via email to