Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93851 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3649 invoked from network); 10 Jun 2016 08:42:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2016 08:42:53 -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.170 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 209.85.161.170 mail-yw0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:33037] helo=mail-yw0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6A/41-15790-A7BA9575 for ; Thu, 09 Jun 2016 13:46:35 -0400 Received: by mail-yw0-f170.google.com with SMTP id g20so44517842ywb.0 for ; Thu, 09 Jun 2016 10:46:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=webstart-fr.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:from:date:message-id:subject:to; bh=nksTq1PJIv8tVodrStrMsV/H+l2TgP5ncTq7M+5eo7Y=; b=VF9AM5fOckiq4x9XH6BbX6jHXHXkDiSd61q8eHSGPOCJ6kkLNFLeBv1kMeAKv4Lcz9 zGxqBF1v7vQP5riX0HaGqbWsFtvL22Qtjsgfm+NnOG2pcpqVv4LM7jKyZAFPB07QPzEZ xEO6X32I57aYOZMpTU8WQeQN8CSnyOcfLW/EE38XgXsR+6LRwXR8/AIUhueS5zdcI6o1 GTlaapkSEPTGhvfjcgxtUztURhmiE2E1doWYQrkwS+wwB3PHYLivT2Ts3RrDEchzhJw/ js5YD1LxM4gtJOsMTSDXEbA17IbRpuIjoTvPoMwyfAwgkfT+rrD9uVMT/czMbtwtLplC Gobg== 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:from:date:message-id:subject :to; bh=nksTq1PJIv8tVodrStrMsV/H+l2TgP5ncTq7M+5eo7Y=; b=S/cFZKsbm5d2aktMxwtBA+V5yLWNtNLaosN+TgwRvVEbmpX/QNzgo5YTzq86AJksE0 1wekmQit45FoUJqZqdRZgDEOQB01UEMnN7ddOgIHuNX3gprzn+RyKPjkUp3JQOuADQ56 5IjTUSh9Vvd5McptRl9hF4hYK/Fp6naIHfchpjuI1C4x/SwNfp0RRQpEwQfipKKQs2ez ejUhrqYhjphrIPIkjWdk/WwI0oZXW/lpASUzhOiAvIuupuIMRn+1WsdJHYkZAK99/IPm SA85i6T+xr8BDGMg1IAhwJB7m/mJ+SwYeXrFNu4P/rlEif2gsiSO5aDDxOR1zKtnDxiV b/Lg== X-Gm-Message-State: ALyK8tIrjyUPzPnzt2kAaxEmlgGSMMx2IeMaksQ7A48xufzoHxdpZkgVlrp6irHJdWTdaj7VeM3aGZ0/+PXA9A== X-Received: by 10.129.148.2 with SMTP id l2mr6630057ywg.298.1465494392180; Thu, 09 Jun 2016 10:46:32 -0700 (PDT) MIME-Version: 1.0 Sender: pierrick@webstart.fr Received: by 10.37.81.7 with HTTP; Thu, 9 Jun 2016 10:46:31 -0700 (PDT) Date: Thu, 9 Jun 2016 13:46:31 -0400 X-Google-Sender-Auth: iqB3xJw-7KwpIhYQbQbIv065JaY Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=94eb2c07b516aac8bb0534dc007f Subject: [VOTE] Add curl_multi_errno(), curl_share_errno() and curl_share_strerror() From: pierrick@adoy.net (Pierrick Charron) --94eb2c07b516aac8bb0534dc007f Content-Type: text/plain; charset=UTF-8 Hi Internals, Since I got no feedback on the RFC about the addition of those 3 functions and that this is not a big change I decided to open the vote. https://wiki.php.net/rfc/new-curl-error-functions Feedback and questions are as always welcome ! --94eb2c07b516aac8bb0534dc007f--