Closed aensley closed 8 years ago
@aensley A couple of random (probably dumb – sorry 😄 ) questions:
@jpignata Those questions aren't dumb at all.
ini_set()
, but not all.Since I was adding an alternative, I kept the current/previous method as the default. I can change this if you think it would be better.
I could see it not being possible to change this at run-time. It's a security-related option, so I doubt it could be changed at runtime. Safe Mode also disables allow_url_fopen, and I'm certain it can't be changed in that situation.
@aensley Makes sense. Thanks!
Awesome. Thanks!
Attempting to solve the following error in Travis-CI builds with
allow_url_fopen
disabled:Example project and build log: https://github.com/aensley/YahooStockQuotes https://travis-ci.org/aensley/YahooStockQuotes/jobs/123515259#L314