Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6231 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66259 invoked by uid 1010); 5 Dec 2003 14:58:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 66235 invoked from network); 5 Dec 2003 14:58:16 -0000 Received: from unknown (HELO tc.ma.cx) (62.109.114.70) by pb1.pair.com with SMTP; 5 Dec 2003 14:58:16 -0000 Received: from [192.168.255.8] (mac.thieso.net [192.168.255.8]) by tc.ma.cx (Postfix) with ESMTP id 613CF5D2B5; Fri, 5 Dec 2003 15:58:13 +0100 (CET) In-Reply-To: <20031205164204.07f65d3c.tony2001@phpclub.net> References: <20031205163044.130c88ed.tony2001@phpclub.net> <006f01c3bb34$efb22970$8802a8c0@obsidian> <20031205164204.07f65d3c.tony2001@phpclub.net> Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <8847EB33-2733-11D8-818A-000393C4A12A@thiesos.org> Content-Transfer-Encoding: 7bit Cc: Thies C.Arntzen , internals@lists.php.net Date: Fri, 5 Dec 2003 15:58:49 +0100 To: Antony Dovgal X-Mailer: Apple Mail (2.606) Subject: Re: [PHP-DEV] [PATCH] for oci8 and some improvement proposals From: thies@thiesos.org (Thies C . Arntzen) Am 05.12.2003 um 14:42 schrieb Antony Dovgal: > On Fri, 5 Dec 2003 13:37:29 -0000 > "Wez Furlong" wrote: > >> Would it make sense to expose this stuff as a stream using >> the streams API, so the user would be able to fread($lob) etc? > > yes, I've been thinking about it as an option. > I just want to hear a principal answer about this stuff - what do > maintainers and others think about it. hi, i'm all for it. just go ahead, apply for a cvs-account and start hacking;-) re, tc