We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7203f3 commit 5c07fffCopy full SHA for 5c07fff
README.md
@@ -375,8 +375,8 @@ For PHP 5.x use [0.1.7](https://github.com/tcdent/php-restclient/releases/tag/0.
375
## Backwards-incompatible changes in RestClient 2
376
377
- Ordering of parameters to `RestClient::execute()` has changed.
378
-The order is now: `method`, `url`, `params`, `headers` instead of
379
-`url`, `method`, `params`, `headers`.
+The order is now: `(method, url, params, headers)` instead of
+`(url, method, params, headers)`.
380
- `set_option()` has been removed.
381
- Removed support for HTTP basic authentication.
382
Implement yourself like this: `$this->curl_options[CURLOPT_USERPWD] = "username:password"`;
0 commit comments