Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55424 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44436 invoked from network); 14 Sep 2011 05:34:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2011 05:34:20 -0000 Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 217.70.183.195 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 217.70.183.195 relay3-d.mail.gandi.net Linux 2.6 Received: from [217.70.183.195] ([217.70.183.195:37628] helo=relay3-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FF/A0-40018-BDC307E4 for ; Wed, 14 Sep 2011 01:34:20 -0400 X-Originating-IP: 217.70.178.133 Received: from mfilter3-d.gandi.net (mfilter3-d.gandi.net [217.70.178.133]) by relay3-d.mail.gandi.net (Postfix) with ESMTP id E6202A804B for ; Wed, 14 Sep 2011 07:34:16 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter3-d.gandi.net Received: from relay3-d.mail.gandi.net ([217.70.183.195]) by mfilter3-d.gandi.net (mfilter3-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id tRuVKDh+rIFc for ; Wed, 14 Sep 2011 07:34:15 +0200 (CEST) X-Originating-IP: 82.241.130.121 Received: from lovelock.famillecollet.com (pom51-2-82-241-130-121.fbx.proxad.net [82.241.130.121]) (Authenticated sender: remicollet@famillecollet.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPA id 7D8A2A807C for ; Wed, 14 Sep 2011 07:34:15 +0200 (CEST) Message-ID: <4E703CD6.7050507@fedoraproject.org> Date: Wed, 14 Sep 2011 07:34:14 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2 MIME-Version: 1.0 To: PHP Internals References: <4E61EE07.8030402@lsces.co.uk> <52367.5626b8de.1315044617.nsm@avilys.eik.lt> In-Reply-To: <52367.5626b8de.1315044617.nsm@avilys.eik.lt> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Why does mysqlnd get included in Linux 'core' PHP5 packages? From: remi@fedoraproject.org (Remi Collet) Le 03/09/2011 12:10, Tomas Kuliavas a =C3=A9crit : > Debian, Mandriva and Fedora build PHP with '--with-mysql=3Dshared,/usr > --with-mysqli=3Dshared,/usr/bin/mysql_config'.=20 FYI: starting with fedora 16, PHP is build once with libmysql and once with mysqlnd. So users will have the choice to install: - php-mysql (mysql + mysqli + pdo_mysql build with libmysql) OR - php-mysqlnd (same extensions with mysqlnd). Remi. P.S. just need to patch for mysql.sock location, need to dig further and propose a patch for this.