Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15176 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82091 invoked by uid 1010); 24 Feb 2005 12:17:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82076 invoked from network); 24 Feb 2005 12:17:49 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 24 Feb 2005 12:17:49 -0000 X-Host-Fingerprint: 202.81.246.113 246-113.netfront.net Received: from ([202.81.246.113:60531] helo=newweb.akbkhome.com) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id ED/58-43751-BE5CD124 for ; Thu, 24 Feb 2005 07:17:48 -0500 Received: from [192.168.0.40] (helo=oxfam.localhost ident=alan) by newweb.akbkhome.com with esmtp (Exim 4.44) id 1D4I12-0004FW-JZ; Thu, 24 Feb 2005 20:22:49 +0800 To: Ard Biesheuvel Cc: internals@lists.php.net In-Reply-To: <20050224104731.13444.qmail@lists.php.net> References: <20050224104731.13444.qmail@lists.php.net> Content-Type: text/plain Date: Thu, 24 Feb 2005 20:20:55 +0800 Message-ID: <1109247655.10527.184.camel@alan> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 Content-Transfer-Encoding: 7bit X-ACL-Warn: "cleared badlog" Subject: Re: [PHP-DEV] PDO questions From: alan@akbkhome.com (Alan Knowles) At present it is nearly possible to write extensions that bypass the PDO php api, and talk directly to the drivers via the PDO Api - it helps alot that the backends where designed not to return zval's much (meta is a rather messy exception, that hopefully may get looked at after 5.1 I guess). I think Wez, pretty correctly doesnt want to go too far with datatype abstraction in PDO, I've got some way with making DBDO use PDO as a backend, and it has a far more comprehensive datatype abstraction. (as that is one of it's primary focuses.) But the fact that meta is returning zval's is a bit of a pain, that I've been putting off dealing with it this week. Regards alan On Thu, 2005-02-24 at 11:47 +0100, Ard Biesheuvel wrote: > stmt_get_col .. .stupid evolution deleted stuff .... -- Alan Knowles