Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67067 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26181 invoked from network); 12 Apr 2013 08:16:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Apr 2013 08:16:35 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.50 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.50 mail-la0-f50.google.com Received: from [209.85.215.50] ([209.85.215.50:65232] helo=mail-la0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/53-05511-2E2C7615 for ; Fri, 12 Apr 2013 04:16:35 -0400 Received: by mail-la0-f50.google.com with SMTP id el20so2233773lab.23 for ; Fri, 12 Apr 2013 01:16:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=a7pPvsxU4AgmMqjaU3JecGJnjOrxGmTbdI8jpyN1EAg=; b=kTTtymr0yf9FSby0TDDmlTcSWsUwGB3lzD+1tZUoGwND/FJa/C3vafFndKhokIUV06 J85S8h7glmL+JaxPMF9eV7zIdLz75OiB/hmw83VoU7KmJnu9F9Xiav/uOEfoKneM/SXD ER1fPTY0t+VjpnNvbb484LJTIsABN4z1y/UEUcmCouv/ti+2KK4Tddx1JF0n0SLV1iFV dUkj5hI3EulX1iN05b1A/TZLu0D+ZA70Og0w7lmnK5Md4m0jhV3Ob1VgbmTFJyUe/YBp M3Et9yDwpOiAVv41Gud1rGZKobCp7nmw25EvV14Br/zapZbq2ZKQyoGsssqWQtxQ13qb ELMQ== MIME-Version: 1.0 X-Received: by 10.112.132.227 with SMTP id ox3mr4961671lbb.108.1365754592121; Fri, 12 Apr 2013 01:16:32 -0700 (PDT) Received: by 10.112.163.40 with HTTP; Fri, 12 Apr 2013 01:16:31 -0700 (PDT) In-Reply-To: <1365754071.8768.118.camel@guybrush> References: <515BE6C2.7000801@sugarcrm.com> <515C9878.8060603@sugarcrm.com> <7848763017118166753@unknownmsgid> <1365159067.2152.2691.camel@guybrush> <1365754071.8768.118.camel@guybrush> Date: Fri, 12 Apr 2013 10:16:31 +0200 Message-ID: To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= Cc: Julien Pauli , Kalle Sommer Nielsen , Pierrick Charron , Hannes Magnusson , Xinchen Hui , Leigh , Laruence , Stas Malyshev , Ferenc Kovacs , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Add a constant to reflect --with-curlwrappers From: pierre.php@gmail.com (Pierre Joye) On Fri, Apr 12, 2013 at 10:07 AM, Johannes Schl=FCter wrote: > On Fri, 2013-04-12 at 10:00 +0200, Julien Pauli wrote: >> On Fri, Apr 12, 2013 at 1:34 AM, Kalle Sommer Nielsen wr= ote: >> >> > Hi >> > >> > 2013/4/12 Pierre Joye : >> > > On Thu, Apr 11, 2013 at 11:17 PM, Pierrick Charron >> > wrote: >> > >> Including 5.3 and 5.4 ?? >> > >> > If removed in 5.3 and 5.4, theres no need for the constant anymore. >> > >> >> Right :-) >> >> I agree with Pierre as well, we know this feature leads to bugs, is >> experimental, and is so not very very used. > > 5.3 users might depend on some part of the behavior and have learned to > live with bugs. We shouldn't kick "features" at this stage. Not talking about removing curl stream wrappers but not making it look stable or add constants that could give this feeling. If there is really an interest in a curl stream wrapper (for new readers, we are talking about using curl as a replacement for the php's stream implemenation, for fopen and other file_get_contents, not the curl_* functions), then it can be done in PECL and see if it stands more than a couple of months :) Cheers, -- Pierre @pierrejoye