Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15799 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4972 invoked by uid 1010); 4 Apr 2005 18:19:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 4941 invoked from network); 4 Apr 2005 18:19:29 -0000 Received: from unknown (HELO korea.com) (127.0.0.1) by localhost with SMTP; 4 Apr 2005 18:19:29 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:35086] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 09/95-19272-60581524 for ; Mon, 04 Apr 2005 14:18:46 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id DE66CBC191; Mon, 4 Apr 2005 21:18:42 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j34IIjwE017408; Mon, 4 Apr 2005 21:18:45 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j34IIioB017405; Mon, 4 Apr 2005 21:18:44 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Mon, 4 Apr 2005 21:18:44 +0300 (EEST) Reply-To: Jani Taskinen To: Ron Korving Cc: internals@lists.php.net In-Reply-To: <20050404170137.31035.qmail@lists.php.net> Message-ID: References: <20050404170137.31035.qmail@lists.php.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] so called bugfix doesn't seem to be applied? From: sniper@iki.fi (Jani Taskinen) The bug #30362 has been reopened. (I could verify this with 5.1-dev too) Also added a test case into ext/standard/tests/file/ for it.. --Jani On Mon, 4 Apr 2005, Ron Korving wrote: > Hi, > > The 5.0.4 changelog mentions a fix of stream_get_line(), but the problem > seems to remain. The function keeps returning strings with the length of the > first string it received. I've been waiting a long time for this fix, and > now it doesn't seem to be applied somehow? I didn't compile PHP myself, I > use a debian file from dotdeb.org, but the phpinfo() shows 5.0.4, so I > assume it is installed relatively correctly. > > Could this be a bad install somehow, or is it possible that the bugfix is > missing? > > Ron Korving > >