mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-09 18:06:41 +00:00
Link to troubleshooting doc
This commit is contained in:
@@ -16,6 +16,7 @@ PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.
|
||||
- [Quick Start and Examples](#quick-start-and-examples)
|
||||
- [Available Methods](#available-methods)
|
||||
- [Security](#security)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [Run Tests](#run-tests)
|
||||
- [Contribute](#contribute)
|
||||
|
||||
@@ -298,6 +299,10 @@ MultiCurl::verbose($on = true, $output = STDERR)
|
||||
|
||||
See [SECURITY](https://github.com/php-curl-class/php-curl-class/blob/master/SECURITY.md) for security considerations.
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
See [TROUBLESHOOTING](https://github.com/php-curl-class/php-curl-class/blob/master/TROUBLESHOOTING.md) for troubleshooting.
|
||||
|
||||
### Run Tests
|
||||
|
||||
To run tests:
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ $curl = new Curl();
|
||||
$curl->verbose();
|
||||
```
|
||||
|
||||
### Compare output with and without the library
|
||||
### Compare request with and without the library
|
||||
|
||||
```php
|
||||
$curl = new Curl();
|
||||
|
||||
Reference in New Issue
Block a user