Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55136 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45624 invoked from network); 3 Sep 2011 06:59:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Sep 2011 06:59:21 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.210.43 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.210.43 mail-pz0-f43.google.com Received: from [209.85.210.43] ([209.85.210.43:33600] helo=mail-pz0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/00-45280-940D16E4 for ; Sat, 03 Sep 2011 02:59:21 -0400 Received: by pzk1 with SMTP id 1so5956622pzk.2 for ; Fri, 02 Sep 2011 23:59:18 -0700 (PDT) Received: by 10.68.29.66 with SMTP id i2mr3371639pbh.375.1315032806035; Fri, 02 Sep 2011 23:53:26 -0700 (PDT) Received: from [192.168.200.5] (c-50-131-46-20.hsd1.ca.comcast.net. [50.131.46.20]) by mx.google.com with ESMTPS id m1sm3956231pbf.3.2011.09.02.23.53.24 (version=SSLv3 cipher=OTHER); Fri, 02 Sep 2011 23:53:25 -0700 (PDT) Message-ID: <4E61CEE4.1060809@lerdorf.com> Date: Fri, 02 Sep 2011 23:53:24 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.1) Gecko/20110830 Thunderbird/6.0.1 MIME-Version: 1.0 To: Lester Caine CC: PHP internals References: <1314966424.2150.26.camel@guybrush> <4E60F712.4010901@lerdorf.com> <4E6139CA.6040805@lsces.co.uk> <4E616C60.1040304@lerdorf.com> <4E61CC94.8050108@lsces.co.uk> In-Reply-To: <4E61CC94.8050108@lsces.co.uk> X-Enigmail-Version: 1.2.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Make mysqlnd default over libmysql in 5.4 From: rasmus@lerdorf.com (Rasmus Lerdorf) On 09/02/2011 11:43 PM, Lester Caine wrote: > All builds seem to have mysqlnd included by default? So that has to be > tested on every installation even if it's not going to be used? And I've > hit problems with distributions needing MySQL because of a dependency on > mysqlnd. > > I know we have had the discussion before, but if it is a general library > for all databases then call it something else, if it's specific for > MySQL then it only needs to be installed when MySQL is available on a > system? Which general library? We are talking about mysqlnd which is obviously only for MySQL. And what do you mean by "all builds" ? We don't do builds, the distributions do builds and we can't really control what they choose to include by default, but most of the ones I have seen have a separate php-mysql package. I guess you may be exclusively talking about Windows builds and that has absolutely nothing to do with our current discussion of whether --with-mysql should point to libmysql or libmysqlnd by default. -Rasmus