Skip to content

Commit

Permalink
Add libcurl requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikmoe committed Oct 6, 2023
1 parent d0b13bd commit 0bb3a81
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you have any questions, concerns or ideas, please do not hesitate to e-mail u

## Requirements

PHP version >= 7.4 with php-curl enabled. See [compatibility table](#compatibility-table).
PHP version >= 7.4 with php-curl (libcurl >= 7.60.0). See [compatibility table](#compatibility-table).

## Installation

Expand Down Expand Up @@ -129,20 +129,20 @@ All methods, except `handlePing`, accept an optional per-request `options` objec

## Compatibility table

| Feature | Version |
| PHP | Version |
| :---------------------------------------- | :-----: |
| ~~CurlHandle class~~ (polyfilled) | 8.0 |
| Typed class properties | 7.4 |
| Type declarations | 7.4 |
| Null coalescing operator | 7.4 |
| hash_equals | 5.6 |
| curl_strerror | 5.5 |
| Array, short syntax | 5.4 |
| Namespaces | 5.3.0 |
| json_decode | 5.2.0 |
| curl_setopt_array | 5.1.3 |
| hash_hmac | 5.1.2 |
| Exception class | 5.1.0 |
| Default function parameters | 5.0.0 |

| Libcurl | Version |
| :---------------------------------------- | :-----: |
| CURLOPT_DNS_SHUFFLE_ADDRESSES | 7.60.0 |
| CURLOPT_TCP_KEEPALIVE | 7.25.0 |


## License

Expand Down

0 comments on commit 0bb3a81

Please sign in to comment.