Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58834 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30691 invoked from network); 10 Mar 2012 17:28:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Mar 2012 17:28:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=simonsimcity@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=simonsimcity@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: simonsimcity@googlemail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:52200] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C3/A5-26375-74F8B5F4 for ; Sat, 10 Mar 2012 12:28:39 -0500 Received: by yhfq11 with SMTP id q11so1830019yhf.29 for ; Sat, 10 Mar 2012 09:28:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6BHKnJw8hQnXs7mVV7rp4RyQcdcuGdvCCMSV3eEEAK4=; b=P56fszIOWKH1K+niNFYJKTJL7Z368FJoawDVZTmmCpDs3nwqeWcmWKB+2uvtQUcn2O Lk+UWXQ/rzfx6wOLGOaey1DScjw1Nu4ilmfZAJqlNs0GbRmG1oLDpxJMA0ujuhRouIwZ 5RUwbhp9FTHaDZwrDaFKGZ2q/KLsWkjpU6HTYHoILSAbzUaQwudkqR9csiJwz2uFojIV /8BgyH2DTDui/YPxEBrjZKn/68hrg9DI+IoA6btqe69SOyh3z5S6ss28eD1A3PXZIXG/ 46qhtoLHLrG/jy8E5k1HYBI8MrG6S3uy7+QK27fgOJxHQB94s0zUtd0bYIRgEF7njAHT 0oMQ== MIME-Version: 1.0 Received: by 10.182.147.106 with SMTP id tj10mr2443805obb.71.1331400517066; Sat, 10 Mar 2012 09:28:37 -0800 (PST) Received: by 10.60.63.70 with HTTP; Sat, 10 Mar 2012 09:28:37 -0800 (PST) In-Reply-To: References: Date: Sat, 10 Mar 2012 18:28:37 +0100 Message-ID: To: Pierre Joye Cc: Pierrick Charron , Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Upgrade cURL extension From: simonsimcity@googlemail.com (Simon Schick) 2012/3/10 Pierre Joye > > hi Pierrick, > > I would rather go with php-next. The amount of changes are not safe > for a now very stable version in 5.3 and 5.4 (same code base), while > the code could be nicer as you did it in trunk. > > Cheers, > > On Sat, Mar 10, 2012 at 5:57 PM, Pierrick Charron wrote: > > Hi all, > > > > As you may know, the cURL PHP extension is currently not in sync > > (featurewise) with the original libcurl. I started to work on it to > > make it as close as possible from the original libcurl. I also did > > some cleaning to make it easier to maintain (ordered all the > > constants/features by their libcurl version). All those changes were > > made on the trunk branch only. > > > > I wanted to make this new version available in PHP5.4 but > > unfortunately I did finish my work when it was already in RC phase. > > The question now is should we include this new version in PHP5.4.1 or > > should we wait for PHP 5.5/6/7 or whatever PHP next will be. There is > > no feature break (AFAIK) so all the previous code should work as > > expected. You'll find the list of new features attached and the last > > code in the trunk branch. > > > > So please, test the new version of the curl extension, review the > > code, and give your input on either or not those changes should be > > merge on 5.4.1 > > > > Thanks > > Pierrick > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > -- > Pierre > > @pierrejoye | http://blog.thepimp.net | http://www.libgd.org > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > Hi, all I'd like to see a new interface for curl in php ... I have no special idea how, but I heard from several people that they pretty much don't like the way curl is implemented in php. May we have a little brainstorming around that .. may some other language has some good implementation ... When I see the list of constants, I feel like that is way to much ... this could be grouped somehow ... Bye Simon