Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:92965 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57862 invoked from network); 29 Apr 2016 23:54:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Apr 2016 23:54:22 -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.161.180 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 209.85.161.180 mail-yw0-f180.google.com Received: from [209.85.161.180] ([209.85.161.180:34244] helo=mail-yw0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/9D-26386-C24F3275 for ; Fri, 29 Apr 2016 19:54:21 -0400 Received: by mail-yw0-f180.google.com with SMTP id j74so186772131ywg.1 for ; Fri, 29 Apr 2016 16:54:20 -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=apAtccoS0vIDV6RRNQRXPXTUJLr0nk98ZvkkiOuHWeo=; b=WhHdzx8pFXXUnItYhmoEw1ZMGR6Y5red0O35ZXxpAVp6XX5ivsU2L5raKCxNCK5k/F S59zzdFHHgIrSrWNysEKNKIN9qcHJAI89Tj94oYJEEcB+2b+XnL2q8fVisc73yHbVSqR fw3Ex8QuxBNPXgSKFbX9UqzVNczvz9pRE4/yO3o87RXA6yr3yQLDnQoHtpzMW2jAJ4vQ 2EabfP1shN3cFoLgDJ7tR+iV/+HdQWZb7Qb14nAnBFjUb8LeggeOtbHAOe1NrEUaZP3M fzWZCcFQxb93wn7q1Rc3HgPA7t1b9X4RJ2i9PWqOuXU7xF3018QAAaViifYxiffKrlob hqBQ== 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=apAtccoS0vIDV6RRNQRXPXTUJLr0nk98ZvkkiOuHWeo=; b=Kvt6p7BkQglQHVnUww9BfnUUYK/EU8mJATw8s4fspc/aiAsRTI0alT2jnt2TMmhuqg wSMA311oSltPeMp9+sctDo0yPhlUvAhTE2CNH7ZeRfZiWeS1y1lgYhcRc6TAmF5VZwSv Xk+q4r3+nY2fvQssjMmZSV4zr17An7liWfZBOqLcu+J5Zvx0PDC52bfHmfD5aQ1CGacI ygd35gDuEu2gYSBiNKHSbb9MDVih0uZEKhisYbV7tTl9pCj7H+SEu+28geObBwp8MwRL H03SIgKfB/OxLpEpcRNm46giLdqio2E556NYzj6vEqUBMbb4DGKjNq7SheAoO64ExHiI u5ww== X-Gm-Message-State: AOPr4FXtD6w5IAH+u58Z6zUf42bcMvoyUrEXSNtadAx3TxzEncAc953/fsLDxYlB9Kd864SngyeL+0F+u0XHoA== MIME-Version: 1.0 X-Received: by 10.37.198.18 with SMTP id k18mr377778ybf.161.1461974058067; Fri, 29 Apr 2016 16:54:18 -0700 (PDT) Sender: pierrick@webstart.fr Received: by 10.37.81.7 with HTTP; Fri, 29 Apr 2016 16:54:18 -0700 (PDT) Date: Fri, 29 Apr 2016 19:54:18 -0400 X-Google-Sender-Auth: 5RdUdS095lbqFFuVgCPybLIAGm0 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a114d9d7067189f0531a85c31 Subject: [RFC][Discussion] Add curl_multi_errno(), curl_share_errno() and curl_share_strerror() From: pierrick@adoy.net (Pierrick Charron) --001a114d9d7067189f0531a85c31 Content-Type: text/plain; charset=UTF-8 Hi Internals, I would like to introduce 3 new functions to ext/curl - curl_multi_errno() - curl_share_errno() - curl_share_strerror() With those 3 functions added, it will now be possible to get any error that curl detect on any of the curl resource types and the error message associated to it. https://wiki.php.net/rfc/new-curl-error-functions Feedback and questions are welcome. Pierrick --001a114d9d7067189f0531a85c31--