Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5045 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81591 invoked by uid 1010); 28 Oct 2003 14:18:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81567 invoked from network); 28 Oct 2003 14:18:36 -0000 Received: from unknown (HELO is.magroup.ru) (213.147.47.162) by pb1.pair.com with SMTP; 28 Oct 2003 14:18:36 -0000 Received: from grp-dovgal.MEDIA-ARTS.RU ([192.168.3.226]) by is.magroup.ru with Microsoft SMTPSVC(5.0.2195.5329); Tue, 28 Oct 2003 17:18:07 +0300 Date: Tue, 28 Oct 2003 17:18:06 +0300 To: php-dev Cc: thies@thiesos.org, maxim@php.net Message-ID: <20031028171806.1ebb7886.tony2001@phpclub.net> X-Mailer: Sylpheed version 0.9.7cvs1 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 Oct 2003 14:18:07.0109 (UTC) FILETIME=[4ECD9B50:01C39D5E] Subject: Adding parameter to ocisavelob() && $lob->save() and additional function to OCI8 extension From: tony2001@phpclub.net (Antony Dovgal) Hi, all I want to propose to add an additional parameter to ocisavelob() && $lob->save();, which will allow to tell how much of LOB to read from Oracle. As I understand, this will not break BC, if this parameter will be optional and ocisavelob() will continue to read all LOB's content by default. And this will require a wrapper for OCILobGetLength to make possible to get LOB's length (ocilobgetlength() imo will be the best name for it). I can try to write a patch for this. Any objections? P.S. there are 18 functions in oci8, which are not documented for rather long time. does anybody care about it? --- WBR, Antony Dovgal aka tony2001 tony2001@phpclub.net