<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/auth_http">Auth_HTTP</p>
 <c>pear.php.net</c>
 <v>2.1.0</v>
 <st>beta</st>
 <l>PHP License</l>
 <m>hirokawa</m>
 <s>HTTP authentication</s>
 <d>The PEAR::Auth_HTTP class provides methods for creating an HTTP
authentication system using PHP, that is similar to Apache's
realm-based .htaccess authentication.
</d>
 <da>2004-05-30 05:39:36</da>
 <n>- Added _sessionName which fixes a major issue with realm sharing.
- Added sessionSharing option to use unique session id.
  Currently, this option is set to true by default to maintain
  backward compatibility.
- Added setOption and getOption to set/get option value.
- Starting with this release, HTTP Digest Authentication (RFC2617) is
  experimentally supported. The code for HTTP Digest Authentication is 
  originally developed by Tom Pike.</n>
 <f>7241</f>
 <g>http://pear.php.net/get/Auth_HTTP-2.1.0</g>
 <x xlink:href="package.2.1.0.xml"/>
</r>