Newsgroups: php.internals,php.pdo Path: news.php.net Xref: news.php.net php.internals:49006 php.pdo:464 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63796 invoked from network); 6 Jul 2010 08:09:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jul 2010 08:09:32 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 unknown Solaris 10 (beta) Received: from [217.114.211.66] ([217.114.211.66:53699] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A2/20-62603-0B4E23C4 for ; Tue, 06 Jul 2010 04:09:21 -0400 Received: from [192.168.1.31] (ppp-93-104-39-234.dynamic.mnet-online.de [93.104.39.234]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 99FD144115; Tue, 6 Jul 2010 10:09:06 +0200 (CEST) To: Stanley Sufficool Cc: PHP internals list , pdo In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Tue, 06 Jul 2010 10:08:58 +0200 Message-ID: <1278403738.5578.267.camel@guybrush> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PDO DBLIB Release Candidate? From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Fri, 2010-07-02 at 07:11 -0700, Stanley Sufficool wrote: > Can I get an affirmation if the pdo dblib code will be accepted in 5.2 > and 5.3 branches? In general bug fixes should go to all active branches. Right now these are 5.2, 5.3 and trunk. Right now 5.2 and 5.3 are in RC so only "critical" stuff should go in. Afaik this will be the last "regular" 5.2 release only followed only by security related releases from that branch, but that's up to Ilia. Now the question is about the definition for "critical" stuff, in doubt that has to be decided by the extension maintainer and the RMs case by case. (how critical is the issue for users? how complex(=risky) is the patch? ...) According to the EXTENSIONS file pdo_dblib isn't maintained right now so thank you for volunteering to take over that role. johannes