mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-31 04:34:27 +00:00
Display latest version badges of PHP Curl Class and Curl on the troubleshooting page
This commit is contained in:
+2
-2
@@ -7,7 +7,7 @@ $ cd php-curl-class/
|
||||
$ composer update
|
||||
$ composer info
|
||||
```
|
||||
Compare your version with latest release listed on the [releases page](https://github.com/php-curl-class/php-curl-class/releases).
|
||||
Compare your version with latest release &label=) which is also listed on the [releases page](https://github.com/php-curl-class/php-curl-class/releases).
|
||||
|
||||
### Ensure php is using the latest version of curl
|
||||
|
||||
@@ -15,7 +15,7 @@ Compare your version with latest release listed on the [releases page](https://g
|
||||
$ 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).
|
||||
Compare your version of curl with latest release &label=) which is also listed on [curl's releases page](https://github.com/curl/curl/releases).
|
||||
|
||||
### Turn on error reporting
|
||||
|
||||
|
||||
Reference in New Issue
Block a user