Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43835 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12626 invoked from network); 4 May 2009 18:31:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 May 2009 18:31:07 -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.220.220 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.220.220 mail-fx0-f220.google.com Received: from [209.85.220.220] ([209.85.220.220:63673] helo=mail-fx0-f220.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/0A-57065-9643FF94 for ; Mon, 04 May 2009 14:31:06 -0400 Received: by fxm20 with SMTP id 20so4086349fxm.23 for ; Mon, 04 May 2009 11:31:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=ipQusuGkuzrC8EZqpej25PfV7L4UFy1nzxADfA/LdNw=; b=ufyRMQSi0XVJtn5QG7B4nbE2jRh4pAU0/ol1LnnIY/usdJFWRDS9i221cm+y6aCNNv zvOWcms7BTHGW8OxYhhvSqOTMx2MfYbRqO8Y+BfR6t0QNsR0VstCXu7s14R8ZVq/q48X AlVv5C2QfPiekxx3p3coD6gxY/IoehE+HIdys= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=LKyJ48wKxTO25KLMgpSvMzecddlCa1v/knROeCT7DVv+YNWrIzQoWewtxK2VgxKKS4 2d1SSlA+yoR0ohw6SG6byeZ5WhSQvHO+bbe2ZB7ksQa3gG3W+0qz1+SmME5ncEDKnq1V wTP6KDw2Itb6OaD+5TAgwRF95gEaYC2wNDA6Q= MIME-Version: 1.0 Received: by 10.86.29.8 with SMTP id c8mr6182685fgc.70.1241461861613; Mon, 04 May 2009 11:31:01 -0700 (PDT) Date: Mon, 4 May 2009 20:31:01 +0200 Message-ID: To: PHP internals Cc: Lukas Kahwe Smith , =?ISO-8859-1?Q?Johannes_Schl=FCter?= , Georg Richter , Ulf Wendel , Andrey Hristov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Enable mysqlnd as default backend (not about enabling mysql by default) From: pierre.php@gmail.com (Pierre Joye) Hi, Would it not easier and better to have mysqlnd as default backend for the mysql extensions (pdo, mysqli and mysql) when the configure option are used without value? I can already imagine the maintenance pains and the debugging nightmare for our users while working with a buggy libmysql instead of mysqlnd. Please note that it is only about using myslqnd by default, not about enabling mysqlnd by default (a vote has been done already on that and rejected). Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org | http://windows.php.net