Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66880 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 605 invoked from network); 1 Apr 2013 09:34:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Apr 2013 09:34:02 -0000 Authentication-Results: pb1.pair.com header.from=j.boggiano@seld.be; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=j.boggiano@seld.be; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain seld.be designates 209.85.215.181 as permitted sender) X-PHP-List-Original-Sender: j.boggiano@seld.be X-Host-Fingerprint: 209.85.215.181 mail-ea0-f181.google.com Received: from [209.85.215.181] ([209.85.215.181:54540] helo=mail-ea0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/72-22002-68459515 for ; Mon, 01 Apr 2013 04:34:00 -0500 Received: by mail-ea0-f181.google.com with SMTP id z10so926452ead.26 for ; Mon, 01 Apr 2013 02:33:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=fL6VWblncvKazrJx8XDKf9H+UCgd7avMT8aKqnbsHkg=; b=PXNu34PCSDwjNDMbHaAJ0m/5HdeATojZcZC+NgBSBeuk0nrS3NtCo4Dw0Ys3/WlfYn QilcNuXeS5j/y1Q7ClLdAqUk23ux84TWdEk5jhy9BPLlQ2GVsMJIMuVZMQcgKKg5ivv/ tiWYkQxTIGlooDSQ5/XbqIYuIeIAIKKOdNSxujIJtsnApsz1yAMjDmeT1WCtU9FZjzMa IR9leUqlhlZQIdeaEHRE3mDoHa0SneZJWs1IHLl8PPUIz1hwyV3nnI+x+hxN5vzF/m/E gqmm397EbfsBXx4+yX4vsiFyXd3BDRUCR4VKDJzuoTm0XOAHN774s6f372auGY+diiK3 wIFw== X-Received: by 10.15.22.197 with SMTP id f45mr35414826eeu.46.1364808835514; Mon, 01 Apr 2013 02:33:55 -0700 (PDT) Received: from [192.168.1.36] (77-57-163-132.dclient.hispeed.ch. [77.57.163.132]) by mx.google.com with ESMTPS id n2sm20041422eeo.10.2013.04.01.02.33.53 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 01 Apr 2013 02:33:54 -0700 (PDT) Message-ID: <5159547F.2040804@seld.be> Date: Mon, 01 Apr 2013 11:33:51 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmvOMfUiSjdwrKBM51cVQuazamNlyIlP8Gq6wOBMK36Vs8r/xnS6L6JssTQQBUewJ9ANP/t Subject: Re: [PHP-DEV] Add a constant to reflect --with-curlwrappers From: j.boggiano@seld.be (Jordi Boggiano) On 01.04.2013 01:18, Hannes Magnusson wrote: >> I propose to add a constant : bool CURL_WRAPPERS_ENABLE +1 on a constant if it has to stay. We had to do pretty ugly stuff to detect it in the composer installer https://github.com/composer/getcomposer.org/blob/master/web/installer#L135-148 > The curl wrappers have always been a major pain, with plenty of bugs > and we tend to forget to add context options there to match the > standard wrapper on new feature. > > It has been marked as experimental since forever, and I think its time > to face the failed experiment and remove it. +2 for just removing it. In my experience most/all people using it just do so by accident, because they copy pasted a configure line that had it enabled from somewhere 5 years ago and never looked back. Cheers -- Jordi Boggiano @seldaek - http://nelm.io/jordi