plp050452 / simplesamlphp

Automatically exported from code.google.com/p/simplesamlphp
Other
0 stars 0 forks source link

When trying to login using google-openId I was getting "PHP strict error". I sending you the solution. #556

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I was getting this error:

""
Declaration of sspmod_openid_StateStore::storeAssociation() should be 
compatible with Auth_OpenID_OpenIDStore::storeAssociation($server_url, 
$association) [APP/simplesamlphp/modules/openid/lib/StateStore.php, line 14]
looking at the code I have noticed that in class "stateStore", line 167 of 
version: simplesamlphp-1.11.0, the method definition is:

public function storeAssociation($server_url, Auth_OpenID_Association 
$association) {

...
}

and it should be:

public function storeAssociation($server_url, $association) {
...
}

Original issue reported on code.google.com by alevi...@gmail.com on 16 Jul 2013 at 5:07

GoogleCodeExporter commented 8 years ago

Original comment by jaim...@gmail.com on 26 Feb 2014 at 2:20

GoogleCodeExporter commented 8 years ago
Closing the issue here, moved to:

https://github.com/simplesamlphp/simplesamlphp/issues/46

Original comment by jaim...@gmail.com on 27 Feb 2014 at 7:23