Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25259 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46297 invoked by uid 1010); 9 Aug 2006 10:57:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46280 invoked from network); 9 Aug 2006 10:57:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2006 10:57:44 -0000 X-Host-Fingerprint: 87.123.100.133 i577B6485.versanet.de Received: from ([87.123.100.133:28925] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id B9/13-13488-9A6B9D44 for ; Wed, 09 Aug 2006 06:19:22 -0400 Message-ID: To: internals@lists.php.net Date: Wed, 09 Aug 2006 12:19:17 +0200 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 87.123.100.133 Subject: Re: [PHP-DEV] PDO statement execute enhancement From: lsmith@php.net (Lukas Smith) Michael Wallner wrote: > Derick Rethans wrote: >> On Wed, 9 Aug 2006, Marian Kostadinov wrote: > >>> But that is not executed because we have some additional key/value pairs. >>> So the idea is to allow this. Also I suggest we allow using object along >>> with an array. This is a common situation also. >> Actually, it is dependent on the driver what happens here, which is not >> at all documented either. However, it would be nice if this indeed would >> work. > > I second this. Being able to use Objects probably only makes sense if we ignore additional keys that have not been defined as placeholders. I do not think that this change makes sense though. regards, Lukas