Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:728 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5542 invoked from network); 5 Apr 2003 18:09:05 -0000 Received: from unknown (HELO mailout01.sul.t-online.com) (194.25.134.80) by pb1.pair.com with SMTP; 5 Apr 2003 18:09:05 -0000 Received: from fwd00.sul.t-online.de by mailout01.sul.t-online.com with smtp id 191s6C-0004bm-00; Sat, 05 Apr 2003 20:09:04 +0200 Received: from baumbart.post.rwth-aachen.de (520072483730-0001@[80.142.152.137]) by fwd00.sul.t-online.com with esmtp id 191s5w-0cqZNYC; Sat, 5 Apr 2003 20:08:48 +0200 Reply-to:marcus.boerger@post.rwth-aachen.de Message-ID: <5.1.0.14.2.20030405200707.03ae0298@mailbox.rwth-aachen.de> X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 05 Apr 2003 20:08:47 +0200 To: Jani Taskinen Cc: internals@lists.php.net In-Reply-To: References: <5.1.0.14.2.20030405165313.03addf08@mailbox.rwth-aachen.de> <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] --enable-all From: marcus.boerger@t-online.de ((Marcus =?iso-8859-1?Q?B=F6rger?=)) At 19:48 05.04.2003, Jani Taskinen wrote: >On Sat, 5 Apr 2003, Marcus B=F6rger wrote: > > >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. > > I never advertized --enable-all. It was just a side-effect of > --disable-all and should never be used by anyone. > > I removed the --enable-all from the configure help now. > I'll disable it fully later.. > Jani, IMO --enable-all is a good thing but it shouldn't apply to --with extensions. So perhaps we should have an undocumented --with-all and make --enable-all what it is supposed to. marcus