Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38922 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13874 invoked from network); 13 Jul 2008 17:46:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jul 2008 17:46:26 -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.225 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.225 rv-out-0506.google.com Received: from [209.85.198.225] ([209.85.198.225:29963] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/5C-50645-17F3A784 for ; Sun, 13 Jul 2008 13:46:25 -0400 Received: by rv-out-0506.google.com with SMTP id g37so4289166rvb.23 for ; Sun, 13 Jul 2008 10:46:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=aG3KE9r+c5m2lTP3WSjWavc6YWlHrz8211D20lpMb/g=; b=uHe74SfMRkPEdEYg0sBZoj1F2U5UqAyrX2EVEhknvANNliOD5bvs+iqLYHLjbxD/q3 kYuEgO+fVYi3Hqz1/gUDfuEm0jsZLFaO9As6fgTUEe7AQ84JNahGIesZ8UVM9Pu+qaFg eJetWvVljaFr+c4Bb+hNUo6xZpv95miYeRGfU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=BW2x6fD1q2BFzs6ik0iv7IQ51yimqG7BAl4uhEqOnEdXJy5Z+DxoM0gxtAPczcmrXG K5q5SwJjqpmtdCiPcWrqxXsRkij0JsWODRgEUc5yncRPGkbYU3vSYV7xyuLJKUuD1ahu x9xpCM9g4O27Uo6O1uN0DNEQI21E6QGk2e7Dk= Received: by 10.141.176.13 with SMTP id d13mr5993208rvp.196.1215971181863; Sun, 13 Jul 2008 10:46:21 -0700 (PDT) Received: by 10.140.178.14 with HTTP; Sun, 13 Jul 2008 10:46:21 -0700 (PDT) Message-ID: Date: Sun, 13 Jul 2008 19:46:21 +0200 To: "Lars Strojny" Cc: "Lukas Kahwe Smith" , "PHP Developers Mailing List" , "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1215966417.4685.14.camel@localhost> Subject: Re: [PHP-DEV] tentative 5.3 release plan From: pierre.php@gmail.com ("Pierre Joye") hi Lars, Johannes, Lukas, On Sun, Jul 13, 2008 at 6:33 PM, Pierre Joye wrote: > Hi Lars, > > 2008/7/13 Lars Strojny : >> Hi Lukas, hi Johannes, >> >> Am Freitag, den 11.07.2008, 11:59 +0200 schrieb Lukas Kahwe Smith: >>> - MySQLnd >> >> what's with PDO MySQLnd, will it be part of 5.3? > > It is the case already. All MySql extension uses ext/mysqlnd by > default (at least on windows ;). So I was wrong. It is not yet in. I really wonder why it is not developed in php's repository directly. As it can build against both libmysql and mysqlnd, it can have no impact on the existing code until it is stable. Also, reading the 5.3 todos: > Patch PDO_MYSQL to optionally support mysqlnd library in addition to the MySQL client library, Please note that we will not use libmysql anymore on Windows from 5.3+. Correct me if I'm wrong but was It the plan since the introduction of MySqlnd to completly drop libmysql so mysql can continue his stuff on the gpl/commercial side without bother with PHP (translation of the "gift to the PHP community" :). Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org