我收到错误消息:
Warning: Unable to create temporary file in /libraries/Guzzle6/GuzzleHttp/Handler/CurlFactory.php on line 370
Segmentation fault (core dumped)
分段错误似乎确实存在问题。当我查看CurlFactory的第370行时,它是:
$conf[CURLOPT_FILE] = fopen('php://temp', 'w+');
我已将/ tmp目录设置为777.还有什么可能导致此错误?