Skip to content

Commit

Permalink
Remove invalid option for curl_setopt_array (#25)
Browse files Browse the repository at this point in the history
* remove invalid option

* bumb version
  • Loading branch information
rtio authored Apr 22, 2024
1 parent 83f2e8a commit 3212b98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "PHP WebHDFS, forked from https://github.com/simpleenergy/php-WebHDFS",
"minimum-stability": "stable",
"license": "MIT",
"version": "1.0.7",
"version": "1.0.8",
"authors": [
{
"name": "tranch-xiao",
Expand Down
1 change: 0 additions & 1 deletion src/org/apache/hadoop/tools/Curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ private function _findRedirectUrl($url, $options)
{
$options[CURLOPT_URL] = $url;
$options[CURLOPT_HEADER] = true;
$options[CURLINFO_EFFECTIVE_URL] = true;
$options[CURLOPT_RETURNTRANSFER] = true;
$header = $this->_exec($options);
$matches = array();
Expand Down

0 comments on commit 3212b98

Please sign in to comment.