Stefan Wulff - 2006-05-10 06:04:46
Hi!
Is there any known problem with this pop3-class an PHP5.1.2? After really spending a lot of time with debugging, it seems, there is a different behaviour between PHP 4.1.x on our Online-Webspace and my PHP 5.1.2 (xampp) Installation:
When I try to retrieve a full message,
if (($error = $pop3_connection->RetrieveMessage(Key($result), &$header, &$body, -1))=="") { ... }
I'm getting a 60-second-timeout with PHP5.1.2 at line 76 in Function GetLine(). It works fine with PHP4.
Seems the function doesn't neither gets a feof() nor any further data.
I activated debug mode and could see, that the final "." in transmission of the mail isn't received by the skript :-( It's just waiting ...
Thanks for any hint!
Yours,
Stefan