Newsgroups: php.internals,php.pdo Path: news.php.net Xref: news.php.net php.internals:48995 php.pdo:461 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9586 invoked from network); 2 Jul 2010 14:16:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jul 2010 14:16:45 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-ww0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:45921] helo=mail-ww0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/91-01734-BC4FD2C4 for ; Fri, 02 Jul 2010 10:16:44 -0400 Received: by wwb17 with SMTP id 17so558059wwb.11 for ; Fri, 02 Jul 2010 07:16:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=WIySpIbvf350/cg8iMaYFI0yIgggC5NIUMes6eGYa5c=; b=Mjg3vs9h24HfOMHNYkgN8lSAG05qcpoRQ4YMCEXI12tVJWGKKzXAZ88pFyFWvy0ESb 5++Tw+x+myM9oeJ8hH3PRE5dYqy7K9fU44t+VVjzQ3pZVWPuesD+YO8Bbok9A3GxkTa5 dedzwQQv9pDBLtMFSozLKhm3HcS2h+C6vqwNE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=PUqCfYrY6YIWRwP/DsV+TMY1k+0CRQsRW7M9sN1a5zIvoDYAIgRmT7H4GHd5XQRlEA 2So51s3clW6dsvC60OvuHp6+cd8FNN99S15+mMymrVjsX4rHoRcX5g7+mwvp7CYOKIE/ PpLorPycIp3mJTN90DMW4n9+Bh2gMJo8tR37E= MIME-Version: 1.0 Received: by 10.213.30.9 with SMTP id s9mr3998611ebc.91.1278080199971; Fri, 02 Jul 2010 07:16:39 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.14.127.69 with HTTP; Fri, 2 Jul 2010 07:16:39 -0700 (PDT) In-Reply-To: References: Date: Fri, 2 Jul 2010 16:16:39 +0200 X-Google-Sender-Auth: PArSI0KFEG-di2HiMWOTGydxo6o Message-ID: To: Stanley Sufficool Cc: PHP internals list , pdo Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] PDO DBLIB Release Candidate? From: kalle@php.net (Kalle Sommer Nielsen) Hi Stanley 2010/7/2 Stanley Sufficool : > Can I get an affirmation if the pdo dblib code will be accepted in 5.2 > and 5.3 branches? You need to talk to each of the release masters for this. If the merges contains new features then it shouldn't go into 5.2, like the LastInsertId you recently did. For 5.3 its a possibility if Johannes agrees on it, I looked at the commits and I think they would be fit for 5.3. -- regards, Kalle Sommer Nielsen kalle@php.net