Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10110 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46520 invoked by uid 1010); 27 May 2004 13:08:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46496 invoked from network); 27 May 2004 13:08:33 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 27 May 2004 13:08:33 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id C651314880BE; Thu, 27 May 2004 06:08:31 -0700 (PDT) Received: from tron (zaneeb.thebrainroom.net [82.133.1.138]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx.thebrainroom.net (Postfix) with ESMTP id A0E0A148809B; Thu, 27 May 2004 06:08:29 -0700 (PDT) To: "'Christian Schneider'" , Date: Thu, 27 May 2004 14:08:31 +0100 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 In-Reply-To: <20040527123831.61330.qmail@pb1.pair.com> Thread-Index: AcRD54pMAoWSCxL1Qqqy7xxPQtoSTAAA+6wQ Message-ID: X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on jc.thebrainroom.net X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Level: X-TBR-Filter: Virus scanned and defanged Subject: RE: [PHP-DEV] feof hangs (bug #25939) From: wez@thebrainroom.com ("Wez Furlong") References: <20040527123831.61330.qmail@pb1.pair.com> I just fixed PHP 5, but can't see how 4.3 could hang (admittedly only looked briefly). I have to go out for a couple of hours; if you could track down where PHP is blocking in the 4.3 branch, I'd very much appreciate it. --Wez. > -----Original Message----- > From: Christian Schneider [mailto:cschneid@cschneid.com] > Sent: 27 May 2004 13:39 > To: internals@lists.php.net > Subject: [PHP-DEV] feof hangs (bug #25939) > > I tried to reopen bug #25939 > because I ran into the same problem as dot org> but > it's not my bug report. Should I open a new bug? > > I agree with the last comment that feof should not hang. > > Sample script: > $fd = fsockopen('www.php.net', 80); > feof($fd); > > This hangs for PHP >= 4.3.5 and PHP 5 > > Regards, > - Chris > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >