Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35160 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51317 invoked by uid 1010); 4 Feb 2008 09:24:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51288 invoked from network); 4 Feb 2008 09:24:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2008 09:24:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.178 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.178 mho-01-bos.mailhop.org Received: from [63.208.196.178] ([63.208.196.178:60046] helo=mho-01-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/46-07314-AD9D6A74 for ; Mon, 04 Feb 2008 04:24:42 -0500 Received: from [81.22.163.71] (helo=[10.6.109.198]) by mho-01-bos.mailhop.org with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.68) (envelope-from ) id 1JLxZ9-00009J-4J; Mon, 04 Feb 2008 09:24:39 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 81.22.163.71 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX184p6pupgMJsoy1aQozAEapluN4YL0iovM= Reply-To: jani.taskinen@iki.fi To: Lukas Kahwe Smith Cc: PHP internals In-Reply-To: References: <01c801c865d8$2e837e90$c6fc1f3e@foxbox> <14581063.20080203002104@marcus-boerger.de> <005201c8660f$66a2b160$c6fc1f3e@foxbox> <47A58686.60707@lsces.co.uk> Content-Type: text/plain Date: Mon, 04 Feb 2008 11:24:37 +0200 Message-ID: <1202117077.4165.11.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Splitting the subject: the PECL/PHP relationship From: jani.taskinen@sci.fi (Jani Taskinen) On Sun, 2008-02-03 at 10:56 +0100, Lukas Kahwe Smith wrote: > I am also not sure if including mysqlnd in PHP core is the way to go. > However I would not be generally opposed to including it in the PHP > distribution. There's a technical reason for that: It needs to be statically buildin to work properly. Same reason why ext/libxml is there actually. --Jani