<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/OpenID/download/0.4.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/OpenID/download/0.3.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/OpenID/download/0.3.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/OpenID/download/0.3.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/OpenID/download/0.3.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/OpenID/download/0.2.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/OpenID/download/0.2.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/OpenID/download/0.1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/OpenID/download/0.1.0/"/>
</rdf:Seq>
</items>

<title>Latest releases of openid</title>
<description>The latest releases for the package openid</description>
</channel>

<item rdf:about="http://pear.php.net/package/OpenID/download/0.4.0/">
 <title>OpenID 0.4.0</title>
 <link>http://pear.php.net/package/OpenID/download/0.4.0/</link>
 <content:encoded>* Fix bug #19234: Normalization of identifiers/openID not implemented correctly&lt;br /&gt;
* Fix bug #19235: Class docblock example in OpenID_RelyingParty does not work&lt;br /&gt;
* Fix bug #19239: Exceptions indistinguishable (have no code)&lt;br /&gt;
* Fix bug #19680: Warning: strpos(): Offset not contained in string&lt;br /&gt;
* Fix bug #20329: Discover.php requires curl HTTP adapter&lt;br /&gt;
* Fix bug #20331: Undefined offset: 1 in OpenID/Message.php&lt;br /&gt;
* Implement request #18662: Unable to configure SSL settings.
 </content:encoded>
 <dc:date>2014-07-22T23:21:11-05:00</dc:date>
 <dc:publisher>cweiske</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/OpenID/download/0.3.3/">
 <title>OpenID 0.3.3</title>
 <link>http://pear.php.net/package/OpenID/download/0.3.3/</link>
 <content:encoded>* Fix bug #19234: Normalization of identifiers/openID not implemented correctly&lt;br /&gt;
* Some doc block fixes
 </content:encoded>
 <dc:date>2012-04-01T22:16:13-05:00</dc:date>
 <dc:publisher>shupp</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/OpenID/download/0.3.2/">
 <title>OpenID 0.3.2</title>
 <link>http://pear.php.net/package/OpenID/download/0.3.2/</link>
 <content:encoded>* Removed dependency on PEAR and PEAR_Exception&lt;br /&gt;
* Disabled E_DEPRECATED notices when generating package.xml file
 </content:encoded>
 <dc:date>2011-07-15T03:55:30-05:00</dc:date>
 <dc:publisher>shupp</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/OpenID/download/0.3.1/">
 <title>OpenID 0.3.1</title>
 <link>http://pear.php.net/package/OpenID/download/0.3.1/</link>
 <content:encoded>* Fixes E_STRICT warnings, per GitHub issue #1
 </content:encoded>
 <dc:date>2011-01-01T22:25:17-05:00</dc:date>
 <dc:publisher>shupp</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/OpenID/download/0.3.0/">
 <title>OpenID 0.3.0</title>
 <link>http://pear.php.net/package/OpenID/download/0.3.0/</link>
 <content:encoded>* Updates to work with Services_Yadis 0.5 and PHPUnit 3.5&lt;br /&gt;
* Fixed bug in OpenID_Store where the driver was instantiated twice
 </content:encoded>
 <dc:date>2010-12-27T22:49:01-05:00</dc:date>
 <dc:publisher>shupp</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/OpenID/download/0.2.1/">
 <title>OpenID 0.2.1</title>
 <link>http://pear.php.net/package/OpenID/download/0.2.1/</link>
 <content:encoded>* Allow query string parameters in the endpoint URLs (like Google Apps)
 </content:encoded>
 <dc:date>2010-08-01T01:20:04-05:00</dc:date>
 <dc:publisher>shupp</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/OpenID/download/0.2.0/">
 <title>OpenID 0.2.0</title>
 <link>http://pear.php.net/package/OpenID/download/0.2.0/</link>
 <content:encoded>* Fixed #17481.  OpenID_Message wasn't checking input of http formatted messages before assigning key/values&lt;br /&gt;
* fix E_STRICT error: Strict standards: Only variables should be passed by reference in OpenID/RelyingParty.php on line 226 (cweiske)&lt;br /&gt;
* get rid of date dependency. there was also a but that prevented the expiration time from working (using of $expire instead of $expireTime) (cweiske)&lt;br /&gt;
* get rid of PEAR dependency, we only need the PEAR installer dep (cweiske)&lt;br /&gt;
* get rid of PEAR Validate dependency and use filter_var() instead (cweiske)&lt;br /&gt;
* Fixed all @link annotations, added README (shupp)
 </content:encoded>
 <dc:date>2010-06-26T07:07:46-05:00</dc:date>
 <dc:publisher>shupp</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/OpenID/download/0.1.1/">
 <title>OpenID 0.1.1</title>
 <link>http://pear.php.net/package/OpenID/download/0.1.1/</link>
 <content:encoded>* Fixed association deletion bug
 </content:encoded>
 <dc:date>2010-03-09T08:10:15-05:00</dc:date>
 <dc:publisher>shupp</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/OpenID/download/0.1.0/">
 <title>OpenID 0.1.0</title>
 <link>http://pear.php.net/package/OpenID/download/0.1.0/</link>
 <content:encoded>* Initial PEAR release
 </content:encoded>
 <dc:date>2010-01-30T00:15:19-05:00</dc:date>
 <dc:publisher>shupp</dc:publisher>
</item>

</rdf:RDF>