PHP Classes

Hanging on connection

Recommend this page to a friend!

      POP3 e-mail client  >  All threads  >  Hanging on connection  >  (Un) Subscribe thread alerts  
Subject:Hanging on connection
Summary:problem with GetLine
Messages:2
Author:SteveTest Snasdell
Date:2013-04-17 10:55:25
Update:2013-04-17 19:33:50
 

 


  1. Hanging on connection   Reply   Report abuse  
Picture of SteveTest Snasdell SteveTest Snasdell - 2013-04-17 10:55:25
For me when I try this out it just seems to hang on this line within pop3.class Function GetLine()

$line.=fgets($this->connection,100);

  2. Re: Hanging on connection   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2013-04-17 19:33:50 - In reply to message 1 from SteveTest Snasdell
The class is waiting for the server to respond.

What command the class sent before hanging in there?

Enable debugging to see the client server dialog.