Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63031 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84718 invoked from network); 17 Sep 2012 12:48:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Sep 2012 12:48:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:55492] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/41-07072-D1C17505 for ; Mon, 17 Sep 2012 08:48:30 -0400 Received: by lahl5 with SMTP id l5so4266351lah.29 for ; Mon, 17 Sep 2012 05:48:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Yd1jp/kUtxvKrpoOVn5z/b6LXhoC24Q+zvNd8NI1LTY=; b=skMS7fJNQwR3V0zEo/g2/2Cdt3+TO6ZvKasFqGjL+1nWOcK+hrl1VBZOLQi6L0O3ye ef+IEa6M8cvthu13TApqGm6AC7FPtJUvHhT+mSXKOy1rKZUMFXKz5xoeH5/v5stLNb/l iHKJYLhc+bJ96cEukEqS+kclYIoFYBI/MA3iARq5tgS7NgAqdoktEJFU+YTTBNegLUuY Kr8Q6TlNjYnESGUGJRWJi3llQMDm30lA0l77FljoFSKE5ZGaOzJ6ne9K3+H2H2LY5yg0 Oy4YZQTZ1K8IzB/UM+Zc+R6+LBt8B4K54PCi6+tEQI5vFfcDXluq864GVXEZTu28g74F J7aw== MIME-Version: 1.0 Received: by 10.152.148.195 with SMTP id tu3mr9584081lab.16.1347886106873; Mon, 17 Sep 2012 05:48:26 -0700 (PDT) Received: by 10.114.0.238 with HTTP; Mon, 17 Sep 2012 05:48:26 -0700 (PDT) In-Reply-To: References: Date: Mon, 17 Sep 2012 13:48:26 +0100 Message-ID: To: jpauli Cc: Michael Felt , internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] an configure option to "enable-all" From: hannes.magnusson@gmail.com (Hannes Magnusson) On Mon, Sep 17, 2012 at 9:59 AM, jpauli wrote: >> >> 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 :) Can you please explain to me how it is not working? ~/Sources/php/php-5.3 (PHP-5.3) $ ./configure --enable-all configure: error: Cannot find enchant And no, ext/enchant is not enabled by default. -Hannes