Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5197 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6788 invoked by uid 1010); 5 Nov 2003 09:18:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6764 invoked from network); 5 Nov 2003 09:18:30 -0000 Received: from unknown (HELO is.magroup.ru) (213.147.47.162) by pb1.pair.com with SMTP; 5 Nov 2003 09:18:30 -0000 Received: from grp-dovgal.MEDIA-ARTS.RU ([192.168.3.226]) by is.magroup.ru with Microsoft SMTPSVC(5.0.2195.5329); Wed, 5 Nov 2003 12:18:00 +0300 Date: Wed, 5 Nov 2003 12:18:01 +0300 To: "Sara Golemon" Cc: internals@lists.php.net Message-ID: <20031105121801.1b133ec7.tony2001@phpclub.net> In-Reply-To: <20031028164210.9306.qmail@pb1.pair.com> References: <20031028171806.1ebb7886.tony2001@phpclub.net> <20031028164210.9306.qmail@pb1.pair.com> 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: 05 Nov 2003 09:18:00.0875 (UTC) FILETIME=[B58E57B0:01C3A37D] Subject: Re: [PHP-DEV] Re: Adding parameter to ocisavelob() && $lob->save() and additional function to OCI8 extension From: tony2001@phpclub.net (Antony Dovgal) On Tue, 28 Oct 2003 08:42:15 -0800 "Sara Golemon" wrote: > If you're interrested in writing the patch yourself (and this sounds like a > rather minor one), your best bet is to just write it and submit it for > review (Note: It wouldn't make it into PHP4 as that branch is frozen and > accepting bugfixes only, no new features, but PHP5 has room). yes, of course I'll submit my patch for review to this list, when it's ready. I just want to hear what others think about such improvements. I can propose such new methods of LOB: eof(), seek(), read(), tell(), rewind(), truncate() (or erase()?), write(), getlength(), trim() and a couple of functions to play with LOB buffering. some of them will wrap OCI functions (you can find full list at http://docs.linux.cz/Oracle8/server/a58234/new_adva.htm#420699 ) and some will be similar to corresponding filesystem functions. imho these functions will make work with LOBs more convenient, then it is ATM, but I'm interested to hear other's opinions. > As to documentation, you can checkout the PHP Manual sources (CVS module: > phpdoc) or just browse them via the web http://cvs.php.net/cvs.php/phpdoc/ > to get a feel for how they're laid out. Then, write up new documentation > for the missing pages and submit them to phpdoc@lists.php.net thanx, I know. the main purpose of my question was to know if someone is already working on this part of manual. as I can see - noone cares about it. ok, I'll try to help. --- WBR, Antony Dovgal aka tony2001 tony2001@phpclub.net