We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0702d0e commit f7d93dcCopy full SHA for f7d93dc
TROUBLESHOOTING.md
@@ -48,6 +48,11 @@ $curl_error_code = curl_errno($ch);
48
$curl_error_message = curl_error($ch);
49
$http_status_code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
50
$request_headers = curl_getinfo($ch, CURLINFO_HEADER_OUT);
51
+var_dump($http_status_code);
52
+var_dump($curl_error_code);
53
+var_dump($curl_error_message);
54
+var_dump($request_headers);
55
+var_dump($raw_response);
56
```
57
58
### Ensure you have the latest version of composer installed
0 commit comments