Skip to content

Commit 418f4cb

Browse files
authored
Fix php-curl-class#596: Suggest updating curl version used by php
1 parent f27059b commit 418f4cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

TROUBLESHOOTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ $ composer info
99
```
1010
Compare your version with latest release listed on the [releases page](https://github.com/php-curl-class/php-curl-class/releases).
1111

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+
1220
### Turn on error reporting
1321

1422
```php

0 commit comments

Comments
 (0)