Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56443 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39299 invoked from network); 21 Nov 2011 00:19:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Nov 2011 00:19:28 -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 209.85.213.170 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:54217] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/F5-31506-E0999CE4 for ; Sun, 20 Nov 2011 19:19:26 -0500 Received: by yenl2 with SMTP id l2so4719036yen.29 for ; Sun, 20 Nov 2011 16:19:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.45.3 with SMTP id i3mr2506357obm.62.1321834763637; Sun, 20 Nov 2011 16:19:23 -0800 (PST) Received: by 10.182.20.34 with HTTP; Sun, 20 Nov 2011 16:19:23 -0800 (PST) Date: Sun, 20 Nov 2011 19:19:23 -0500 Message-ID: To: Internals , sterling@php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Curl extension From: pierrick@webstart.fr (Pierrick Charron) 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