Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56457 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97918 invoked from network); 21 Nov 2011 10:50:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Nov 2011 10:50:19 -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.161.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:37468] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/E3-06281-6EC2ACE4 for ; Mon, 21 Nov 2011 05:50:15 -0500 Received: by ggnk1 with SMTP id k1so3891379ggn.29 for ; Mon, 21 Nov 2011 02:50:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=LroCpB8CVv9bYaCwmb7guIITjfMTzYg/3N/eLSkUtRc=; b=pWB7VgetsuiBfOQs+zezIyzbOvcJYDtBu5JQi9D8QVXDcOcvVCaQwgt/L9lJ7IPVcX BTKxj0lqsCtwSnorQ9Htg3XdMcNfmRFbhRB2Xzr6MQJj8RUjcT/NdFKlRBmqT1dCozUN FCgD1iVe5YPOAWd9R1ePy1EkMyW6DR4jPRhNM= MIME-Version: 1.0 Received: by 10.236.201.137 with SMTP id b9mr17847989yho.124.1321872612423; Mon, 21 Nov 2011 02:50:12 -0800 (PST) Received: by 10.146.4.4 with HTTP; Mon, 21 Nov 2011 02:50:12 -0800 (PST) Received: by 10.146.4.4 with HTTP; Mon, 21 Nov 2011 02:50:12 -0800 (PST) In-Reply-To: References: Date: Mon, 21 Nov 2011 11:50:12 +0100 Message-ID: To: Pierrick Charron Cc: sterling@php.net, Internals Content-Type: multipart/alternative; boundary=20cf3040ed528076e204b23c73d9 Subject: Re: [PHP-DEV] Curl extension From: pierre.php@gmail.com (Pierre Joye) --20cf3040ed528076e204b23c73d9 Content-Type: text/plain; charset=ISO-8859-1 Hi Pierrick! Yes it us still maintained however it is hard to keep adding every new features. They are quite active :) As of 5.4 it is now in RC phase. Please add new features in trunk for now. Thanks! On Nov 21, 2011 1:19 AM, "Pierrick Charron" wrote: > Hi all, > > I started today to play with libcurl and went through documentation. I > noticed that there were a lot of features that were not exposed in the > curl PHP extension which made me wondering if someone is still > maintaining this extension to keep it as close as possible from the C > version. If nobody is, I'd be glad to do it. > > I started to quickly implement all the curl options (CURLOPT_*) that > were not exposed yet and created a small patch [1] (Do not hesitate to > review the patch and give feedback). I think all options but the one > which expose callback are included in this patch. I'll continue the > work to implement all options with callback functionality. > > I'm also wondering if such a patch should go in PHP5.4 or if we should > wait since we are in RC phase. > > Every input is welcome :) > > Pierrick > > [1] http://www.adoy.net/php/curl-update-v1.diff > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --20cf3040ed528076e204b23c73d9--