php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
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)

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-03-01 22:34 UTC] nikic@php.net
Automatic comment on behalf of ryosuke_i_628@yahoo.co.jp
Revision: http://git.php.net/?p=php-src.git;a=commit;h=0bbea605241932eba24d82378b6ea5fcf8307029
Log: Fix bug #71694
 [2016-03-01 22:34 UTC] nikic@php.net
-Status: Open +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 02:01:28 2024 UTC