sabre-io/http

Ensure that the client is not dependent on open_basedir to be off

evert opened this issue · 0 comments

When PHP's open_basedir setting is on, using curls FOLLOW_LOCATION will fail with an error.

This has caused issues for a number of people, and has been mentioned in the following issues:

Lets fix this.