Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25260 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67556 invoked by uid 1010); 9 Aug 2006 11:45:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67541 invoked from network); 9 Aug 2006 11:45:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2006 11:45:02 -0000 Authentication-Results: pb1.pair.com header.from=manchokapitancho@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: manchokapitancho@gmail.com X-Host-Fingerprint: 72.14.204.230 qb-out-0506.google.com Linux 2.4/2.6 Received: from ([72.14.204.230:5895] helo=qb-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id C5/A4-30310-BBAC9D44 for ; Wed, 09 Aug 2006 07:45:00 -0400 Received: by qb-out-0506.google.com with SMTP id o24so577617qba for ; Wed, 09 Aug 2006 04:44:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=YloSj0W/gYvIgU1lGIgLo0UQqf9bKV5RO7bmjBmlnt66XSJeFMZK8E10N7BBe8EdrAFnRFvPTJWrQhtKWLbRrC3RBpg9xIg27vaKl1vSJfz23jpEsPUtZEV9WInDORD+UywPMS7kSa6gNBBbfN1fHwhBazQhZu7d9ADAW+kj4GI= Received: by 10.78.185.7 with SMTP id i7mr291279huf; Wed, 09 Aug 2006 04:44:56 -0700 (PDT) Received: by 10.78.169.10 with HTTP; Wed, 9 Aug 2006 04:44:55 -0700 (PDT) Message-ID: Date: Wed, 9 Aug 2006 14:44:55 +0300 To: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_40387_3013520.1155123895992" References: Subject: Re: [PHP-DEV] PDO statement execute enhancement From: manchokapitancho@gmail.com ("Marian Kostadinov") ------=_Part_40387_3013520.1155123895992 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Yes, that's my idea - to ignore keys that are not defined as placeholder. And not only for objects but for arrays also. 2006/8/9, 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > ------=_Part_40387_3013520.1155123895992--