Re: [PHP] fsockopen nntp stalls

2001-12-26 Thread Fred
Good suggestion, in fact I just recompiled to include the IMAP extensions for just that purpose. Unfortunately, I was unable to get a decent understanding of how to use the IMAP extensions with NNTP, and since I have implemented connection level NNTP sessions in a number of languages I thought it

Re: [PHP] fsockopen nntp stalls

2001-12-26 Thread Rasmus Lerdorf
Why not just use the imap extension which supports the NNTP protocol natively? On Wed, 26 Dec 2001, Fred wrote: > I am attempting to use fsockopen to connect to a news server. I am able to > successfully connect and authenticate. In fact, I can issue many commands > without a hitch. > > I do

[PHP] fsockopen nntp stalls

2001-12-26 Thread Fred
I am attempting to use fsockopen to connect to a news server. I am able to successfully connect and authenticate. In fact, I can issue many commands without a hitch. I do, however, have a problem with commands which require multiline results. For instance, issuing the list command and echoing t