<?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/Auth_HTTP/download/2.1.8/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Auth_HTTP/download/2.1.7/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Auth_HTTP/download/2.1.6/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Auth_HTTP/download/2.1.6RC1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Auth_HTTP/download/2.1.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Auth_HTTP/download/2.1.3rc1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Auth_HTTP/download/2.1.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Auth_HTTP/download/2.1.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Auth_HTTP/download/2.1.0RC2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Auth_HTTP/download/2.1RC1/"/>
</rdf:Seq>
</items>

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

<item rdf:about="http://pear.php.net/package/Auth_HTTP/download/2.1.8/">
 <title>Auth_HTTP 2.1.8</title>
 <link>http://pear.php.net/package/Auth_HTTP/download/2.1.8/</link>
 <content:encoded>Updated the version of PHP licence from 2.0.2 to 3.0.1.
 </content:encoded>
 <dc:date>2012-01-28T16:21:05-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Auth_HTTP/download/2.1.7/">
 <title>Auth_HTTP 2.1.7</title>
 <link>http://pear.php.net/package/Auth_HTTP/download/2.1.7/</link>
 <content:encoded>QA release&lt;br /&gt;
Bug #7536 Package PEAR never included&lt;br /&gt;
Doc Bug #7655 Suggested Adjustments to Documentation&lt;br /&gt;
Bug #7784 Auth::start() changes session id&lt;br /&gt;
Bug #16742 Please move tests/ to docs/
 </content:encoded>
 <dc:date>2012-01-26T02:59:35-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Auth_HTTP/download/2.1.6/">
 <title>Auth_HTTP 2.1.6</title>
 <link>http://pear.php.net/package/Auth_HTTP/download/2.1.6/</link>
 <content:encoded>- Fixed bug #4047.&lt;br /&gt;
     - Fixed backward compatibility with PHP 4.x&lt;br /&gt;
     - Added PHP_AUTH_DIGEST support.
 </content:encoded>
 <dc:date>2005-04-23T00:00:04-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Auth_HTTP/download/2.1.6RC1/">
 <title>Auth_HTTP 2.1.6RC1</title>
 <link>http://pear.php.net/package/Auth_HTTP/download/2.1.6RC1/</link>
 <content:encoded>- Fixed bug #4047.&lt;br /&gt;
     - Fixed backward compatibility with PHP 4.x&lt;br /&gt;
     - Added PHP_AUTH_DIGEST support.
 </content:encoded>
 <dc:date>2005-04-04T17:10:18-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Auth_HTTP/download/2.1.4/">
 <title>Auth_HTTP 2.1.4</title>
 <link>http://pear.php.net/package/Auth_HTTP/download/2.1.4/</link>
 <content:encoded>- Fixed a bug #2380: constractor couldn't handle non-array option.&lt;br /&gt;
- The first stable release with HTTP Digest Authenthication support.
 </content:encoded>
 <dc:date>2005-01-21T19:34:11-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Auth_HTTP/download/2.1.3rc1/">
 <title>Auth_HTTP 2.1.3rc1</title>
 <link>http://pear.php.net/package/Auth_HTTP/download/2.1.3rc1/</link>
 <content:encoded>- fixed incompatibility problem with Auth 1.2.x.
 </content:encoded>
 <dc:date>2004-08-22T09:04:44-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Auth_HTTP/download/2.1.1/">
 <title>Auth_HTTP 2.1.1</title>
 <link>http://pear.php.net/package/Auth_HTTP/download/2.1.1/</link>
 <content:encoded>- Fixed a bug #1634 (URI parameter was handled incorrectry.)
 </content:encoded>
 <dc:date>2004-07-13T09:51:06-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Auth_HTTP/download/2.1.0/">
 <title>Auth_HTTP 2.1.0</title>
 <link>http://pear.php.net/package/Auth_HTTP/download/2.1.0/</link>
 <content:encoded>- Added _sessionName which fixes a major issue with realm sharing.&lt;br /&gt;
- Added sessionSharing option to use unique session id.&lt;br /&gt;
  Currently, this option is set to true by default to maintain&lt;br /&gt;
  backward compatibility.&lt;br /&gt;
- Added setOption and getOption to set/get option value.&lt;br /&gt;
- Starting with this release, HTTP Digest Authentication (RFC2617) is&lt;br /&gt;
  experimentally supported. The code for HTTP Digest Authentication is &lt;br /&gt;
  originally developed by Tom Pike.
 </content:encoded>
 <dc:date>2004-05-30T05:39:36-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Auth_HTTP/download/2.1.0RC2/">
 <title>Auth_HTTP 2.1.0RC2</title>
 <link>http://pear.php.net/package/Auth_HTTP/download/2.1.0RC2/</link>
 <content:encoded>- Added _sessionName which fixes a major issue with realm sharing.&lt;br /&gt;
- Added sessionSharing option to use unique session id.&lt;br /&gt;
  Currently, this option is set to true by default to maintain&lt;br /&gt;
  backward compatibility.&lt;br /&gt;
- Added setOption and getOption to set/get option value.&lt;br /&gt;
- Starting with this release, HTTP Digest Authentication (RFC2617) is&lt;br /&gt;
  experimentally supported. The code for HTTP Digest Authentication is &lt;br /&gt;
  originally developed by Tom Pike.
 </content:encoded>
 <dc:date>2004-04-17T02:58:43-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Auth_HTTP/download/2.1RC1/">
 <title>Auth_HTTP 2.1RC1</title>
 <link>http://pear.php.net/package/Auth_HTTP/download/2.1RC1/</link>
 <content:encoded>- Added sessionSharing option to use unique session id.&lt;br /&gt;
  Currently, this option is set to true by default to maintain&lt;br /&gt;
  backward compatibility.&lt;br /&gt;
- Added setOption and getOption to set/get option value.&lt;br /&gt;
- Starting with this release, HTTP Digest Authentication (RFC2617) is&lt;br /&gt;
  experimentally supported. The code for HTTP Digest Authentication is &lt;br /&gt;
  originally developed by Tom Pike.
 </content:encoded>
 <dc:date>2004-04-13T19:04:30-05:00</dc:date>
</item>

</rdf:RDF>
