PHP - curl_exec hangs

后端 未结 6 2042
死守一世寂寞
死守一世寂寞 2021-02-12 14:42

I am having a strange problem with the below php function. Unfortunately this is one of those special \"Production only\" case.

function requestPost($url, $data)         


        
6条回答
  •  伪装坚强ぢ
    2021-02-12 15:03

    Have you tried installing a different version of apache and php? Do you have them in the package manager? If not, try compiling the latest apache, php and curl manually and see if you get the same result.

提交回复
热议问题