Skip to content
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

Yahoo OpenID not working on newer versions of PHP/cURL [patch proposed] #78

Open
GoogleCodeExporter opened this issue Jul 6, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

In the lastest versions of PHP, the cURL extension fails to correctly retrieve 
the effective URL, by stripping the hash fragment (the part after #). 

This results in the $claimed_id being updated when it should not be (in 
request_curl method). This affects the data returned to the user and makes 
using Yahoo OpendID impossible (due to all Yahoo identifiers ending in a hash 
followed by some other characters).

Issue can be reproduced on the following environment:
PHP: 5.5.3
cURL: 7.32.0
OS: Ubuntu 13.10
Web: Apache/2.4.6 (Ubuntu) 

Proposed fix is attached.

Original issue reported on code.google.com by [email protected] on 9 Jan 2014 at 2:05

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant