mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-05 15:27:56 +00:00
Fix #547: Add version check to troubleshooting doc
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Troubleshooting
|
||||
|
||||
### Ensure you have the latest version installed
|
||||
|
||||
```bash
|
||||
$ 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).
|
||||
|
||||
### Turn on error reporting
|
||||
|
||||
```php
|
||||
|
||||
Reference in New Issue
Block a user