Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63028 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70962 invoked from network); 17 Sep 2012 09:31:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Sep 2012 09:31:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=krebs.seb@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=sebastian.krebs.berlin@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.170 as permitted sender) X-PHP-List-Original-Sender: krebs.seb@gmail.com X-Host-Fingerprint: 209.85.215.170 mail-ey0-f170.google.com Received: from [209.85.215.170] ([209.85.215.170:43578] helo=mail-ey0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 15/41-62903-10EE6505 for ; Mon, 17 Sep 2012 05:31:46 -0400 Received: by eaao11 with SMTP id o11so2184616eaa.29 for ; Mon, 17 Sep 2012 02:31:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:x-google-sender-delegation:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=bWvkkluCe4IryQ04PXE8GNk0JG+pPysZU1KVyNUsKO8=; b=zXJ3gV2YNK1zggoeyZdGYCsI0fRtLNBO0rKnjPwMFmi4gfM4YdtTHvnhuvBAYvrfZl MWgt+PgSd0WDD3aODsGE0PLS7ZJODMtcK4opn75o2xysW4WTp+pA4VZHCscS1n0iNQyj KOkmBqYNhP+fyjcqH1B/pDmvXw1OJXO7b/jkCyF21pPKXGhhRbgmV9ztNk43+FM3uoyi s4kkGD9adMwoUpbVKHQsH+r64qE/E4OmHX4hRigEue//VLAvhenuW9GQ7/z7PWW+o97K dd/+xQpWk4j0i8y4SaP/ucF1huYA4r5HiBhC41EyiKRC9JkcMkmvm/oMcIEDKWi8Nkgb Baew== MIME-Version: 1.0 Received: by 10.14.205.6 with SMTP id i6mr12672273eeo.13.1347874303194; Mon, 17 Sep 2012 02:31:43 -0700 (PDT) Sender: sebastian.krebs.berlin@gmail.com X-Google-Sender-Delegation: sebastian.krebs.berlin@gmail.com Received: by 10.14.176.73 with HTTP; Mon, 17 Sep 2012 02:31:43 -0700 (PDT) In-Reply-To: References: Date: Mon, 17 Sep 2012 11:31:43 +0200 X-Google-Sender-Auth: P3AhJztjPoIH-kf1-Y1JsAZG8rc Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=047d7b343b8a0b361e04c9e27138 Subject: Re: [PHP-DEV] an configure option to "enable-all" From: krebs.seb@gmail.com (Sebastian Krebs) --047d7b343b8a0b361e04c9e27138 Content-Type: text/plain; charset=ISO-8859-1 2012/9/17 jpauli > > > > I'm confused.. --enable-all is already supported, just like > --disable-all ? > > > > -Hannes > > AFAIR no :) We have a --disable-all , but no --enable-all. > > I'm +1 to add such an option if possible :) > > Julien.P > I don't like the idea, because once --enable-all is available every new extension would be a BC, because it would be enabled not by default, but at least and probably unexpected. In worst case no new extensions are possible anymore... Regards, Sebastian > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- github.com/KingCrunch --047d7b343b8a0b361e04c9e27138--