Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6521 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1119 invoked by uid 1010); 18 Dec 2003 07:35:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 1081 invoked from network); 18 Dec 2003 07:35:56 -0000 Received: from unknown (HELO sunshine.home) (62.178.227.34) by pb1.pair.com with SMTP; 18 Dec 2003 07:35:56 -0000 Received: from mfischer by sunshine.home with local (Exim 4.22) id 1AWsLR-0001Ni-S1; Thu, 18 Dec 2003 08:13:13 +0100 Date: Thu, 18 Dec 2003 08:13:13 +0100 To: Antony Dovgal Cc: php-dev Message-ID: <20031218071313.GB5259@gjat.josefine.at> Mail-Followup-To: Markus Fischer , Antony Dovgal , php-dev References: <20031217200006.09e3018b.tony2001@phpclub.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031217200006.09e3018b.tony2001@phpclub.net> X-Editor: Vim http://www.vim.org/ X-PGP-Key: 0xC2272BD0 at wwwkeys.eu.pgp.net X-PGP-Fingerprint: D3B0 DD4F E12B F911 3CE1 C2B5 D674 B445 C227 2BD0 User-Agent: Microsoft Outlook Express 5.50.4807.1700.314 X-Spamfilter: Fighting it with http://www.spamassassin.org/ and http://razor.sourceforge.net/ Subject: Re: [PHP-DEV] changes in oci8 From: mfischer@gjat.josefine.at (Markus Fischer) On Wed, Dec 17, 2003 at 08:00:06PM +0300, Antony Dovgal wrote : > ocifetchinto -- this is a special case. I'd prefer to make 3 functions > instead of it: oci_fetch_row, oci_fetch_array & oci_fetch_assoc Just curious; there are other extension which provide *fetch_object() too. Did you leave it out intentionally? - Markus