Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45302 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66596 invoked from network); 17 Aug 2009 17:12:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2009 17:12:56 -0000 Authentication-Results: pb1.pair.com header.from=Fedora@FamilleCollet.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=Fedora@FamilleCollet.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain FamilleCollet.com from 212.27.42.1 cause and error) X-PHP-List-Original-Sender: Fedora@FamilleCollet.com X-Host-Fingerprint: 212.27.42.1 smtp1-g21.free.fr Linux 2.6 Received: from [212.27.42.1] ([212.27.42.1:35426] helo=smtp1-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 53/B9-14827-69F898A4 for ; Mon, 17 Aug 2009 13:12:56 -0400 Received: from smtp1-g21.free.fr (localhost [127.0.0.1]) by smtp1-g21.free.fr (Postfix) with ESMTP id 6F7BD940192 for ; Mon, 17 Aug 2009 19:12:48 +0200 (CEST) Received: from [192.168.0.10] (pom51-2-82-241-130-121.fbx.proxad.net [82.241.130.121]) by smtp1-g21.free.fr (Postfix) with ESMTP id 8859194017C for ; Mon, 17 Aug 2009 19:12:46 +0200 (CEST) Message-ID: <4A898F8E.3050509@FamilleCollet.com> Date: Mon, 17 Aug 2009 19:12:46 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Lightning/1.0pre Thunderbird/3.0b3 MIME-Version: 1.0 To: PHP Internals X-Enigmail-Version: 0.97a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: mysqlnd as a shared extension ? From: Fedora@FamilleCollet.com (Remi Collet) Hi, Building 5.3.1 snapshot with options --with-mysql=shared,mysqlnd --with-mysqli=shared,mysqlnd --with-pdo-mysql=shared,mysqlnd create 3 .so files, ok. But mysqlnd extension still build as static within php core. Is it a way to build mysqlnd as a shared extension ? Don't find any option and .m4 file set this extension as static (changing this result in a .so which cannot be load) My goal will be to provides both solutions (libmysql and mysqlnd) to be able to quickly switch from one to the other (for tests / benchmark) Any idea / solution ? Regards. P.S. main question is probably, should we use mysqlnd under linux ?