| Pear Announce 2004-05-30, 6:34 am |
| The new PEAR package Auth_HTTP-2.1.0 (beta) has been released at http://pear.php.net/.
Release notes
-------------
- 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.
Package Info
-------------
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.
Related Links
-------------
Package home: http://pear.php.net/package/Auth_HTTP
Changelog: http://pear.php.net/package-changel...ckage=Auth_HTTP
Download: http://pear.php.net/get/Auth_HTTP-2.1.0.tgz
Authors
-------------
David Costa <gurug @php.net> (lead)
Rui Hirokawa <hirokawa@php.net> (lead)
|