Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1571 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94920 invoked from network); 16 May 2003 14:56:21 -0000 Received: from unknown (HELO vckyb4.nw.wakwak.com) (211.9.231.145) by pb1.pair.com with SMTP; 16 May 2003 14:56:21 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135:25]) by vckyb4.nw.wakwak.com (Postfix) with ESMTP id B9A513FE10; Fri, 16 May 2003 23:56:19 +0900 (JST) Received: from at.wakwak.com (z170.219-121-68.ppp.wakwak.ne.jp [219.121.68.170]) by at.wakwak.com (8.12.9/8.12.9/2003-03-31) with SMTP id h4GEuJH5064677; Fri, 16 May 2003 23:56:19 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Date: Fri, 16 May 2003 23:59:19 +0900 X-Mailer: EdMax Ver2.85.3F MIME-Version: 1.0 To: Adam Dickmeiss Cc: internals@lists.php.net Message-ID: <20030516235919PtMlIb@at.wakwak.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit In-Reply-To: <20030516145005.GA32571@indexdata.com> References: <20030516145005.GA32571@indexdata.com> Subject: Re: [PHP-DEV] Bundling libxml2 default? From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) Adam Dickmeiss wrote: > With PHP5 as of today, a "clean" configure - with just > --with-apxs > compiles PHP5 with a bundled libxml2. That can't be right? > I have libxml2-dev installed. Do I really have to use > --without-bundle-libxml > to make a sane installation? Unless you specify either option, both libraries will be built and then libxml support will be preferred automatically. Moriyoshi