|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2003-06-08 16:54 UTC] bg at ds dot hj dot se
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 $
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 16 20:00:01 2025 UTC |
I verified that this is no problem anymore with PHP 4.3.2. If you can't upgrade from PHP 4.2.2, your only option is inventing a time machine, so the PHP developers would be able to fix this before the release of PHP 4.2.2. On the other hand, you could just use "{localhost:143}" (but I certainly would prefer that you would invent that time machine).