Revision dc270d5fec418cc6ac983671dba5d80ffaffb142

Committed on 28/02/2018 2:10 pm by Fabien Potencier <[email protected]> [GitHub Diff]

bug #107 Add the possibility to force the used transport using an env var (tgalopin)

This PR was merged into the 4.1 branch.

Discussion
----------

Add the possibility to force the used transport using an env var

There are some issues with the cURL crawler due to a bug in cURL on old systems (https://github.com/curl/curl/pull/60). It would be nice to be able to force the usage of file_get_contents if needed.

Commits
-------

7cf6c8c Add the possibility to force the used transport using an env var