Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66959 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82007 invoked from network); 4 Apr 2013 18:27:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Apr 2013 18:27:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierrick@webstart.fr; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pierrick@webstart.fr; sender-id=unknown Received-SPF: error (pb1.pair.com: domain webstart.fr from 74.125.82.180 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 74.125.82.180 mail-we0-f180.google.com Received: from [74.125.82.180] ([74.125.82.180:53717] helo=mail-we0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/99-35962-406CD515 for ; Thu, 04 Apr 2013 13:27:17 -0500 Received: by mail-we0-f180.google.com with SMTP id r5so2218925wey.39 for ; Thu, 04 Apr 2013 11:27:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=j6XjL+nLhySRl5RI9TwI0OmpWIhTgjse0rRVwit1+H8=; b=awkiHZvWVUCvSA3zkxFtgPF/2n14OdCpHtruuRbbjFVJ7z8LOkpQM6eyiN6N/kLXnn DzWnh8RiXn3/rTzQR/8rXpEEKm9nrLITdz6kZ3li/9frTjpqAv5pSYTS2WKryPhhEcCH rYpKu5WjaFWuwAubEDVsu401KRmDsVs+RH4vIL6ziezb/6EJpYut8WpM4efkkmOEdAzc khd+EV42Y/Ihh1Et6J28hFtFRDt3qCYGF+I82E/uTr+RPMbYyva00sc8+NXFjOJEBQkv BfnwF+COsL5wZ88S0BbxHhWKNSI+utqpUCnBGzATGxa+kBnPOSwtNuOqFRKWRBsKK7wJ oC8Q== MIME-Version: 1.0 X-Received: by 10.180.181.72 with SMTP id du8mr10971007wic.27.1365100033092; Thu, 04 Apr 2013 11:27:13 -0700 (PDT) Sender: pierrick@webstart.fr Received: by 10.180.95.162 with HTTP; Thu, 4 Apr 2013 11:27:12 -0700 (PDT) In-Reply-To: References: <515BE6C2.7000801@sugarcrm.com> <515C9878.8060603@sugarcrm.com> <7848763017118166753@unknownmsgid> Date: Thu, 4 Apr 2013 14:27:12 -0400 X-Google-Sender-Auth: so2BvPzC3yfdS4kF0bqj3qdItis Message-ID: To: Julien Pauli Cc: Xinchen Hui , Leigh , Laruence , Hannes Magnusson , Stas Malyshev , Ferenc Kovacs , PHP Internals Content-Type: multipart/alternative; boundary=e89a8ffba1598e436d04d98d1ef5 X-Gm-Message-State: ALoCoQlV5XLtGwYhGwtbVUSwVeCxR4LJ+a4Z3a3BIGomnxLU///vzl6EUtVXYiHlhknb6i451Vjc Subject: Re: [PHP-DEV] Add a constant to reflect --with-curlwrappers From: pierrick@adoy.net (Pierrick Charron) --e89a8ffba1598e436d04d98d1ef5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi I don't think we should remove curlwrappers from 5.5. I do agree that this is not yet stable and ready to push as non experimental, but since we plan to release 5.5 soon I don't think removing it right now is worth it. I started some time ago to maintain the curl extension. I focused mainly on adding to ext/curl all options from the libcurl api that were not available in PHP userspace. I also fixed some bugs on curlwrappers and will be please to fix (or at least try to fix) all bugs that we may have with curl and curl wrappers in the hope that it will be stable enough to be release with php next=E9 If you have a bug with curlwrapper (or anything related to ext/curl) please assign me the bug on the tracker and I will try to look at them ASAP. Thanks Pierrick On 4 April 2013 09:49, Julien Pauli wrote: > IMO , we should remove that feature from 5.5. > > If Laruence is OK to maintain it, then we keep it, but Laruence, please, > improve it so. > We keep it if Laruence can make it stable for 5.5 final. If he cant , or > doesn't want to work on it any more while in betas ; then we should remov= e > curlwrapper from 5.5. > > Laruence: If you (or someone else) are motivated to work on it and feel a= ll > right to turn it to a stable feature without breaking streams or other > stuff , then we will discuss a way to detect it. > > Why not parse the configure options by adding a new way to do it ? > I'm writing a mail about that now. > > Thanks. > > Julien.P > --e89a8ffba1598e436d04d98d1ef5--