Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:92666 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39124 invoked from network); 23 Apr 2016 19:31:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Apr 2016 19:31:05 -0000 Authentication-Results: pb1.pair.com header.from=pierrick@webstart.fr; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pierrick@webstart.fr; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain webstart.fr from 209.85.161.181 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 209.85.161.181 mail-yw0-f181.google.com Received: from [209.85.161.181] ([209.85.161.181:35410] helo=mail-yw0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/05-07837-57DCB175 for ; Sat, 23 Apr 2016 15:31:03 -0400 Received: by mail-yw0-f181.google.com with SMTP id g133so135002672ywb.2 for ; Sat, 23 Apr 2016 12:31:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=webstart-fr.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:date:message-id:subject:from:to; bh=Sb/OgYPzUqcBAWFSLzWhr9lpzDXUSK+8SBWDjQJphSU=; b=LgOF8WCB/fLt/s8GYwK8gsJkGDmPhfxfL6Z40sojhx9WyhTuQIa16ZQe1+WS2o+xxv Bwyq7KjrNd98eQmmuPtpY0zN4vyDyM5WRbbgJPjvzxzqlADE/5t4o0AGjL1JtmaVRjab AihGes76ifMVXk5RcC9vWfbPVAtCfEkAZUWFhYZC5Ai06wBKsMcEfKhihFMt9eYZ1r2C 3Lbvpd5VJrjsvKy6O/Vt6rNMxNCL60D5hzGzlWsdeSX/9z6OnAJbgz1KFLfVyMvBQC1h ccVC9LKPheEDTprEdffir+ytW0oJOfIo3jITsRRkcleiKjZFMRRY0r+nxQ0Bj5Cr56OY 2KCg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:date:message-id:subject:from :to; bh=Sb/OgYPzUqcBAWFSLzWhr9lpzDXUSK+8SBWDjQJphSU=; b=aeU56R2gjKu319DC7Vky1NkedvmeYvzGIw4WBFsZ/s2KQaxuQ42uH8EeSEZI5OfbjJ 1W1bETpwDf8rZtCN3S6qxtA6Do1dyxeL6VVQ+PPNUyvJDpBVB+r+EBgzuGjepXXug+8B jZlTTHUswXesBJb9DCEKjuzyFRKKDbUkBO8fCrz+Owpr518FrzGSvGfFHT7OfNRxo1Q2 5kr9CBILWy5Gc8RohfxxIR9f6Msz9A2/vnL2VbRHrvQgLazCU5Wp8FLHAK4n4/jHawL2 SHyVs8PqlD1c0fbEZjCF7+wVfJuxXoplSinrXNd9siEX4/XRWM1k7GU6k3m1ae7cdzhY Razg== X-Gm-Message-State: AOPr4FXwVe/tRXdmQRB7F9CRCl8DmO7VfkKzj03n+vuY7dhye2Iofu8MD4T0NUxKSm0qqleP8ISPHsowc4vR/g== MIME-Version: 1.0 X-Received: by 10.129.136.67 with SMTP id y64mr18773025ywf.39.1461439859187; Sat, 23 Apr 2016 12:30:59 -0700 (PDT) Sender: pierrick@webstart.fr Received: by 10.37.76.130 with HTTP; Sat, 23 Apr 2016 12:30:59 -0700 (PDT) Date: Sat, 23 Apr 2016 15:30:59 -0400 X-Google-Sender-Auth: TQkElfwIVxUyuzjLsCh1fAAamv4 Message-ID: To: davey@php.net, PHP internals Content-Type: multipart/alternative; boundary=001a114f0e8aab26fc05312bfbca Subject: ext/curl update From: pierrick@adoy.net (Pierrick Charron) --001a114f0e8aab26fc05312bfbca Content-Type: text/plain; charset=UTF-8 Hi internals, I took some time to add some easy to implement new "features" that were implemented in libcurl but missing in ext/curl. Most of them are just exposing a new constant in ext/curl and dispatched in the curl_setopt function. I created a branch over master but the patch is applicable without conflict the 7.0 branch. https://github.com/php/php-src/compare/master...adoy:curl-update I was wondering since it's not a big patch and it only introduce new constants : - Should I commit this patch to 7.0 and master or only master - Should I do a RFC to include this patch ? Thanks for your feedback Pierrick --001a114f0e8aab26fc05312bfbca--