Display latest version badges of PHP Curl Class and Curl on the troubleshooting page

This commit is contained in:
Zach Borboa
2021-03-20 10:57:20 -04:00
parent 4c20e12f5b
commit e173f84c3b
+2 -2
View File
@@ -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 ![](https://img.shields.io/github/v/release/php-curl-class/php-curl-class.svg?style=flat-square&color=rgba(0,0,0,0)&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 ![](https://img.shields.io/github/v/release/curl/curl.svg?style=flat-square&color=rgba(0,0,0,0)&label=) which is also listed on [curl's releases page](https://github.com/curl/curl/releases).
### Turn on error reporting