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.
2 parents e9e256a + 36ab26f commit d0ba777Copy full SHA for d0ba777
src/Curl/Curl.php
@@ -206,7 +206,7 @@ public function addResponseHeaderLine($curl, $header_line)
206
*
207
* @return int Returns the error code for the current curl request
208
*/
209
- protected function exec()
+ public function exec()
210
{
211
$this->response_headers = array();
212
$this->response = curl_exec($this->curl);
@@ -284,7 +284,7 @@ protected function setHttpAuth($httpauth)
284
// public methods
285
286
/**
287
- * @deprecated calling exec() directly is discouraged
+ * @deprecated use `exec()` directly.
288
289
public function _exec()
290
0 commit comments