Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15595 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91455 invoked by uid 1010); 25 Mar 2005 11:57:20 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91439 invoked from network); 25 Mar 2005 11:57:20 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 25 Mar 2005 11:57:20 -0000 X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.4/2.6 Received: from ([212.112.227.169:60552] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 15/31-61605-0ACF3424 for ; Fri, 25 Mar 2005 06:57:20 -0500 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id E2414DF0117; Fri, 25 Mar 2005 12:57:49 +0100 (CET) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (ipx11223 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14967-09; Fri, 25 Mar 2005 12:57:45 +0100 (CET) Received: from [192.168.0.121] (i528C1530.versanet.de [82.140.21.48]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ipx11223.ipxserver.de (Postfix) with ESMTP id 136CFDF0070; Fri, 25 Mar 2005 12:57:45 +0100 (CET) Message-ID: <4243FC98.9050200@php.net> Date: Fri, 25 Mar 2005 12:57:12 +0100 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Thies C. Arntzen" Cc: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: pdo: binding variables supplied to execute() is NotVeryUseful(tm)... From: lsmith@php.net (Lukas Smith) Thies C. Arntzen wrote: > and this is 'cause pdo _expects_ the user to prefix the bound variables > with a colon. grr... > > ppls, lets change it before it's too late. this "tiny bit" makes binding > harder than it should be, and we all know and understand that all user > of php should use bound variables all the time! you are not alone: http://oss.backendmedia.com/index.php?area=PDO&page=bindParam regards, Lukas