Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32362 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23399 invoked by uid 1010); 17 Sep 2007 20:27:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 23373 invoked from network); 17 Sep 2007 20:27:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Sep 2007 20:27:30 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.189 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.189 rv-out-0910.google.com Received: from [209.85.198.189] ([209.85.198.189:21831] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DC/95-25125-F23EEE64 for ; Mon, 17 Sep 2007 16:27:29 -0400 Received: by rv-out-0910.google.com with SMTP id k15so1451099rvb for ; Mon, 17 Sep 2007 13:27:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=x7XaWW57DOKtNHKXNH3S4EaI6YRCuLVQUBueFOhtxIM=; b=UBEBARPNZUnLdllICdCIO0L+d3aVsT7xqZM3O6S3qQnU5FH1EBEyoFkAa8go69X2T5RX6v3vylZpqv2Kg/Ju8iHIkNO0fpux8tnM8dhm9/5TeznJhGEQYVJm7qYklVqJYGK2ghs8pikpNrWIuN+Y0cgKrIkHCJX8Yg63CeQmr0g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=j1Lyw8853KgCWVcWlGAAfhVveaqvfuLoRIb7tid3KTFZ1i2Dq2lvaKnDtXeqJlqIrWrEXHOqH+7SbJXprKs9KoQwLcEsySEtRtO0uI7HHE3x44AoOo4dQiFMO1q1b2tFZT2MJNoUDZHomByusgpM5YStgYtetCbPCCwxDtsPBUA= Received: by 10.114.125.2 with SMTP id x2mr266374wac.1190060840823; Mon, 17 Sep 2007 13:27:20 -0700 (PDT) Received: by 10.114.47.2 with HTTP; Mon, 17 Sep 2007 13:27:20 -0700 (PDT) Message-ID: Date: Mon, 17 Sep 2007 22:27:20 +0200 To: "Keryx Web" Cc: "PHP Developers Mailing List" In-Reply-To: <46EEE15B.6030304@keryx.se> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1F69D3A2-0020-4B78-8B78-F4EE483ECC5D@prohost.org> <46EC6830.5060603@zend.com> <46EE1685.1060300@lsces.co.uk> <46EEE15B.6030304@keryx.se> Subject: Re: [PHP-DEV] PHP 5.3 Suggested Feature List (Summary) From: pierre.php@gmail.com (Pierre) On 9/17/07, Keryx Web wrote: > Pierre skrev: > > > Only ext/mysql and ext/mysqli use it. PDO is somehow "planed" but I > > have serious doubts about the motivations of mysql to ever support pdo > > like they support other generic connectors (see .net...). > > The first posts on the net from MySQL-people talked about mysqli first, > PDO second and not the old mysql-functions at all. And the facts are: mysql first, then mysqli and pdo "if it works well when you are done". > I think that if the PHP community really starts commit to PDO, like in > teaching PDO *first* to beginners and using PDO for normal examples in > blog posts and on book pages, the people at MySQL will make sure that > PDO_MYSQL moves to the new lib as well. Well, it is already the case, did not change anything. > Also, is it not George S, Ilia and Wez that are listed as mainters of > PDO_MYSQL? Yes, as they do all the initial work. What's the point? Mysql was not a maintainer/initiator of any of the .net db layers (or any other language). --Pierre