Skip to content

Commit 3212b98

Browse files
authored
Remove invalid option for curl_setopt_array (#25)
* remove invalid option * bumb version
1 parent 83f2e8a commit 3212b98

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "PHP WebHDFS, forked from https://github.com/simpleenergy/php-WebHDFS",
44
"minimum-stability": "stable",
55
"license": "MIT",
6-
"version": "1.0.7",
6+
"version": "1.0.8",
77
"authors": [
88
{
99
"name": "tranch-xiao",

src/org/apache/hadoop/tools/Curl.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ private function _findRedirectUrl($url, $options)
6363
{
6464
$options[CURLOPT_URL] = $url;
6565
$options[CURLOPT_HEADER] = true;
66-
$options[CURLINFO_EFFECTIVE_URL] = true;
6766
$options[CURLOPT_RETURNTRANSFER] = true;
6867
$header = $this->_exec($options);
6968
$matches = array();

0 commit comments

Comments
 (0)