PHP-OpenID-0.0.8.1 released
Daniel E. Renfer
Duck at kronkltd.net
Wed Sep 7 10:07:36 PDT 2005
I found an error in consumer.php @ line 193
PHP Fatal error: Call to a member function on a non-object in
/{WEBROOT}/PHP-OpenID-0.0.8.1/openid/consumer.php on line 193
change$href = $attrs->get('href');to$href = $attrs['href'];----- Original
Message -----
From: "Dan Libby" <danda at videntity.org>
To: <yadis at lists.danga.com>
Sent: Wednesday, September 07, 2005 8:06 AM
Subject: PHP-OpenID-0.0.8.1 released
> http://www.videntity.org/openid/
>
> Or, direct download:
> http://www.videntity.org/tp/downloads/PHP-OpenID-0.0.8.1.tar.bz2
>
> ChangeLog
>
> 2005-09-07 08:44 danda
>
> * openid/httpclient.php: add a comment about validating urls before
> fetching
>
> 2005-09-07 08:39 danda
>
> * openid/consumer.php: normalize url better, per spec and feedback
> at
> http://lists.danga.com/pipermail/yadis/2005-September/001401.html
>
> 2005-09-07 07:55 danda
>
> * examples/simple.php, openid/httpclient.php: from Martin Atkins
> mart at degeneration.co.uk
>
> Attached is a small patch containing the changes I had to make
> firstly to get it to run properly on my server here and to work
> with LiveJournal. It also features some more general fixes. In
> particular: * no SCRIPT_URI was being set on my server, so I
> added a best-guess fallback * you were sending the full URL in
> the HTTP request line rather than just the path component, which
> upset LiveJournal's mod_perl code. (Apache by default simply
> disregards the scheme and host part, but LiveJournal replaces the
> component that would normally do that and doesn't handle that
> case) * the return_url check was failing where there's no port
> number component in the URL.
>
>
More information about the yadis
mailing list