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 f27059b commit 418f4cbCopy full SHA for 418f4cb
TROUBLESHOOTING.md
@@ -9,6 +9,14 @@ $ composer info
9
```
10
Compare your version with latest release listed on the [releases page](https://github.com/php-curl-class/php-curl-class/releases).
11
12
+### Ensure php is using the latest version of curl
13
+
14
+```bash
15
+$ php -r 'var_dump(curl_version());'
16
+```
17
18
+Compare your version of curl with latest release listed on [curl's releases page](https://github.com/curl/curl/releases).
19
20
### Turn on error reporting
21
22
```php
0 commit comments