I make a curl call which seems to go fine. [http_code] => 200, and curl_errno is 0. Yet despite the fact there should be an output ([download_content_length] => 102), the curl_exec call doesn’t return anything. $stderr = fopen("err.log", 'w+'); if ($stderr !== false) { print "Opened the log file without errors"; } $ch = curl_init(); [...]
The post curl_exec returns blank with no errors appeared first on BlogoSfera.