Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43838 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22776 invoked from network); 4 May 2009 19:07:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 May 2009 19:07:19 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 204.13.248.71 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 204.13.248.71 mho-01-ewr.mailhop.org Received: from [204.13.248.71] ([204.13.248.71:58678] helo=mho-01-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/1C-57065-5EC3FF94 for ; Mon, 04 May 2009 15:07:17 -0400 Received: from cs181029147.pp.htv.fi ([82.181.29.147] helo=[127.0.0.1]) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1M13VS-000Pko-NF; Mon, 04 May 2009 19:07:14 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 82.181.29.147 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX186sx0oPCwO1LyWnRnYVXt5iIgggLn8zNM= Message-ID: <49FF3CE0.4000700@sci.fi> Date: Mon, 04 May 2009 22:07:12 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Pierre Joye CC: PHP internals , Lukas Kahwe Smith , =?ISO-8859-1?Q?Johannes_Schl=FCter?= , Georg Richter , Ulf Wendel , Andrey Hristov References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Enable mysqlnd as default backend (not about enabling mysql by default) From: jani.taskinen@sci.fi (Jani Taskinen) Pierre Joye kirjoitti: > 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. Current status of mysqlnd does not warrant it being default. Just check the bug database.. --Jani