Implement proxy variables for curl_setopt#359
Closed
nerzhul wants to merge 1 commit intosimplepie:masterfrom
Closed
Implement proxy variables for curl_setopt#359nerzhul wants to merge 1 commit intosimplepie:masterfrom
nerzhul wants to merge 1 commit intosimplepie:masterfrom
Conversation
Updated File.php since discussion on issue simplepie#357 (comment)
Contributor
|
Looks look, now wire it up in https://github.com/simplepie/simplepie/blob/master/library/SimplePie.php#L1464 and give me some method(s) to change the proxy stuff |
nerzhul
pushed a commit
to nerzhul/simplepie
that referenced
this pull request
Apr 7, 2014
Author
|
Look at #360 |
Contributor
|
See comments on #360. :) |
Contributor
|
See also #407 |
Alkarex
added a commit
to Alkarex/simplepie
that referenced
this pull request
Jul 11, 2015
Conflicts: library/SimplePie.php simplepie#359 nerzhul@f35dbcc simplepie#401 FreshRSS/FreshRSS@9aab83a
Alkarex
added a commit
to Alkarex/simplepie
that referenced
this pull request
Jul 11, 2015
Added set_curl_options method to allow custom options Conflicts: library/SimplePie.php library/SimplePie/File.php Choose the generic approach of adding any parameter to cURL simplepie#407 Barnetik@51f9f08 instead of the approach focusing only on proxy aspects simplepie#360 simplepie#359 FreshRSS/FreshRSS@9aab83a
Member
|
fixed by #407 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated File.php since discussion on issue #357 (comment)