Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:725 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25925 invoked from network); 5 Apr 2003 15:33:09 -0000 Received: from unknown (HELO mailout11.sul.t-online.com) (194.25.134.85) by pb1.pair.com with SMTP; 5 Apr 2003 15:33:09 -0000 Received: from fwd01.sul.t-online.de by mailout11.sul.t-online.com with smtp id 191pfG-0002nT-0D; Sat, 05 Apr 2003 17:33:06 +0200 Received: from baumbart.post.rwth-aachen.de (520072483730-0001@[80.142.152.137]) by fwd01.sul.t-online.com with esmtp id 191pf5-0e9Pl2C; Sat, 5 Apr 2003 17:32:55 +0200 Reply-to:marcus.boerger@post.rwth-aachen.de Message-ID: <5.1.0.14.2.20030405173154.039ddf08@pop.t-online.de> X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 05 Apr 2003 17:32:54 +0200 To: "Peter Neuman" Cc: internals@lists.php.net In-Reply-To: <20030405152534.22662.qmail@pb1.pair.com> References: <5.1.0.14.2.20030405165313.03addf08@mailbox.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-Sender: 520072483730-0001@t-dialin.net Subject: Re: [PHP-DEV] Re: --enable-all From: marcus.boerger@t-online.de ((Marcus =?iso-8859-1?Q?B=F6rger?=)) At 17:28 05.04.2003, Peter Neuman wrote: >Hello, > >"Marcus B=F6rger" : > > > I just noticed the fact that --enable-all also works for all --with-xyz= by > > being mailed about it. IMHO there should be an --with-all. This because > > we have a clear difference between --enable-xy and --with-xy. This > > difference should hold for --enable-all, too. > >which is actually differentiated between --with-xyz and --enable-xyz? --enable-xyz is for ectension not depending on external libraries and=20 --with-xyz is for extensions depending on external libraries. marcus