Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenID Library for PHP 5.3 [closed]

Tags:

php

openid

Does anyone have openid working in a PHP 5.3 installation? None of the libraries I've tried seem to be working.

like image 638
Paul Tarjan Avatar asked Aug 07 '09 16:08

Paul Tarjan


1 Answers

Ok, I finally got to fix the library... I explained everything here (you can also download the php-openid library after my changes).

I needed to do what Paul Tarjan suggested but, also, I needed to modify the Auth_OpenID_detectMathLibrary and add the static keyword to a lot of functions. After that It seems to work perfectly although it is not an ideal solution... I think that someone should rewrite the whole library in PHP 5...

like image 107
miguelSantirso Avatar answered Sep 21 '22 00:09

miguelSantirso