From: "PEAR Announce" on
The new PEAR package OpenID-0.2.0 (alpha) has been released at http://pear.php.net/.

Release notes
-------------
* Fixed #17481. OpenID_Message wasn't checking input of http formatted messages before assigning key/values
* fix E_STRICT error: Strict standards: Only variables should be passed by reference in OpenID/RelyingParty.php on line 226 (cweiske)
* get rid of date dependency. there was also a but that prevented the expiration time from working (using of $expire instead of $expireTime) (cweiske)
* get rid of PEAR dependency, we only need the PEAR installer dep (cweiske)
* get rid of PEAR Validate dependency and use filter_var() instead (cweiske)
* Fixed all @link annotations, added README (shupp)

Package Info
------------
OpenID is a free and easy way to use a single digital identity across the Internet. See http://openid.net for details.

Related Links
-------------
Package home: http://pear.php.net/package/OpenID
Changelog: http://pear.php.net/package/OpenID/download/0.2.0
Download: http://download.pear.php.net/package/OpenID-0.2.0.tgz

Authors
-------
Bill Shupp <hostmaster(a)shupp.org> (lead)
Rich Schumacher (lead)