Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18203 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36623 invoked by uid 1010); 18 Aug 2005 10:40:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36608 invoked from network); 18 Aug 2005 10:40:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Aug 2005 10:40:47 -0000 X-Host-Fingerprint: 62.220.10.35 dsl-62-220-10-35.berlikomm.net Received: from ([62.220.10.35:13547] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 07/D6-33075-EA564034 for ; Thu, 18 Aug 2005 06:40:46 -0400 Message-ID: <07.D6.33075.EA564034@pb1.pair.com> To: internals@lists.php.net Date: Thu, 18 Aug 2005 12:40:48 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 62.220.10.35 Subject: custom streams From: lsmith@php.net (Lukas Smith) Hi, I am using custom streams for the LOB support in PEAR::MDB2. It seems that things work nicely on PHP 4.4 and PHP 5.1.0RC1. However using todays windows 5.0.x binarys from snaps.php.net still give me errors. Atleast there is still bug that leads to the stream_eof() return being flipped (false becomes true). http://bugs.php.net/bug.php?id=27508 Seems to indicate this is fixed in CVS, so maybe the problem is that nobody thought we would see 5.0.5? regards, Lukas