PHP :: Request #71694 :: The constant CURLM_ADDED_ALREADY support

Request #71694 The constant CURLM_ADDED_ALREADY support
Submitted: 2016-03-01 06:27 UTC Modified: -
From: ryosuke_i_628 at yahoo dot co dot jp Assigned:
Status: Closed Package: cURL related
PHP Version: 7.0Git-2016-03-01 (Git) OS:
Private report: No CVE-ID: None

 [2016-03-01 06:27 UTC] ryosuke_i_628 at yahoo dot co dot jp

Description:
------------
On before libcurl version 7.32.1, curl_multi_add_handle() returns CURLE_FAILED_INIT(2) for duplicated handles. On this version or later, it returns CURLM_ADDED_ALREADY(7). However, the new constant is not defined in PHP.


Patches

CURLM_ADDED_ALREADY-support (last revision 2016-03-01 11:28 UTC by ryosuke_i_628 at yahoo dot co dot jp)

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports

 [2016-03-01 22:34 UTC] nikic@php.net

-Status: Open +Status: Closed