Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55140 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51946 invoked from network); 3 Sep 2011 07:26:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Sep 2011 07:26:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; 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:37802] helo=mail-pz0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/31-45280-296D16E4 for ; Sat, 03 Sep 2011 03:26:10 -0400 Received: by pzk1 with SMTP id 1so5981688pzk.2 for ; Sat, 03 Sep 2011 00:26:07 -0700 (PDT) Received: by 10.68.48.6 with SMTP id h6mr2413829pbn.179.1315034767216; Sat, 03 Sep 2011 00:26:07 -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 u10sm4060814pbr.12.2011.09.03.00.26.05 (version=SSLv3 cipher=OTHER); Sat, 03 Sep 2011 00:26:06 -0700 (PDT) Message-ID: <4E61D68C.9020300@lerdorf.com> Date: Sat, 03 Sep 2011 00:26:04 -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> <4E61CEE4.1060809@lerdorf.com> <4E61D3F4.4040404@lsces.co.uk> In-Reply-To: <4E61D3F4.4040404@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/03/2011 12:15 AM, Lester Caine wrote: > My SUSE installs all have mysqlnd included in the core, As do other > Linux distributions. I think for much the same reason that the windows > builds do as well? The PHP development team have decided that > -without-mysqlnd is required to remove it rather than -with-mysqlnd is > with other optional packages. THAT decision determines what the > distributions all do and flags mysqlnd as a core package? But I just told you that wasn't the case. Try it yourself. Download the PHP tarball on your SUSE box and do ./configure && make Show me where mysqlnd is linked in. It isn't. -Rasmus