-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Changed default version service to Zend. #4331
Changed default version service to Zend. #4331
Conversation
Changed default version service to Zend.
Merged to develop for release with 2.2.0. Thanks! |
I don't know if this was posted somewhere, but the github error can be fixed by setting the INI value user_agent to some string value. |
setting the INI value user_agent seems to fix it on Ubuntu (12.04) user_agent="PHP" |
This is a Github API issue. Setting user_agent will fix this for sure. |
file_get_content() can't read values from SSL/HTTPS without context, needing some workaround to work. Also the GitHub API v3 require "User Agent" on all request: http://developer.github.com/v3/#user-agent-required User Agent Required
|
@weierophinney, @stephandesouza So I guess this could be fixed by using a stream context, something like:
(untested) |
@Gwis Certainly. :-) |
No description provided.