CURLM_CALL_MULTI_PERFORM deprecated

前端 未结 3 1766
情歌与酒
情歌与酒 2021-01-03 01:21

CURLM_CALL_MULTI_PERFORM was deprecated.

    do {
        $mrc = curl_multi_exec($mc, $active);
    } while ($mrc == CURLM_CALL_MULTI_PERFORM);
3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-03 01:49

    It's not really clear, if CURLM_CALL_MULTI_PERFORM is deprecated or not.

    The symbol exists. A removal was not mentioned in the 7.27.0 Change Notes.

    Like @tne pointed out in his comment: it seems reasonable to ignore it.

提交回复
热议问题