mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 20:20:53 +00:00
Fix #596: Suggest updating curl version used by php
This commit is contained in:
@@ -9,6 +9,14 @@ $ composer info
|
||||
```
|
||||
Compare your version with latest release listed on the [releases page](https://github.com/php-curl-class/php-curl-class/releases).
|
||||
|
||||
### Ensure php is using the latest version of curl
|
||||
|
||||
```bash
|
||||
$ php -r 'var_dump(curl_version());'
|
||||
```
|
||||
|
||||
Compare your version of curl with latest release listed on [curl's releases page](https://github.com/curl/curl/releases).
|
||||
|
||||
### Turn on error reporting
|
||||
|
||||
```php
|
||||
|
||||
Reference in New Issue
Block a user