-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profiling doesn't work with allow_url_fopen=Off
#16
Comments
hey @maantje Can you please take a look to this issue? I solved the same for another package InteractionDesignFoundation/laravel-geoip#35 and can do it for this package or it's dependencies. But I would like to know your opinion on which level we should solve the issue. thank you! |
Hi @alies-dev, Apologies for the delay. I will review it this weekend. Thank you for your patience. |
Hey @alies-dev, I reviewed the issue, and I believe the best approach is to replace What do you think? |
* Switch out NativeHttpClient for CurlHttpClient #16 --------- Co-authored-by: maantje <[email protected]>
@alies-dev, Thank you for reporting and checking. |
Today I spent about 2h trying to fix xhprof integration and finally found an issue: it seems like HTTP client uses from underlying dependencies uses functionality that depends on
allow_url_fopen
PHP config value.E.g. Guzzle throws an exception for such cases, making this obvious:
I'm not sure what's better:
allow_url_fopen=On
requirementsthat's why I created this issue here. Please feel free to close it and solve or report it on a repository you think the best to solve this issue.
Thank you for the package!
The text was updated successfully, but these errors were encountered: