Auth_HTTP pear.php.net HTTP authentication 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. David Costa gurugeek gurugeek@php.net yes Rui Hirokawa hirokawa hirokawa@php.net yes 2012-01-28 2.1.8 2.1.8 stable stable PHP License Updated the version of PHP licence from 2.0.2 to 3.0.1. 4.0.0 1.4.0b1 Auth pear.php.net 1.2.0 1.0 1.0 stable stable 2001-08-23 PHP License This is the initial independent release of the Auth_HTTP package. 2.0 2.0 stable stable 2003-10-16 PHP License Starting with this release, the code will not be placed in Auth_HTTP/Auth_HTTP.php anymore. Instead Auth/HTTP.php is used, which conforms to the PEAR standards. In order to make use of the new version, you will need to change your scripts to include the file at the new location! The old version in Auth_HTTP/Auth_HTTP.php will not be removed when upgrading. Other changes: * If it is possible, the session ID will be chosen based on the user's authentication credentials. (Patch by: Marko Karppinen) * Cleaned up internal variable usage. (Patch by: Brad Bulger) 2.1.0 2.1.0 beta beta 2004-05-30 PHP License - 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. 2.1.1 2.1.1 beta beta 2004-07-12 PHP License - Fixed a bug #1634 (URI parameter was handled incorrectry.) 2.1.3rc1 2.1.3rc1 beta beta 2004-08-22 PHP License - Fixed a bug #2061 (importglobalvariable() was removed in Auth 1.3.0r2.) - now Auth_HTTP requires Auth >= 1.3.0r2. 2.1.4 2.1.4 stable stable 2005-01-02 PHP License - Fixed a bug #2380: constructor couldn't handle non-array option. - The first stable release with HTTP Digest Authenthication support. 2.1.5 2.1.5 stable stable 2005-04-02 PHP License - Fixed a bug #3630 getAuthData failes due to session rename. 2.1.6RC1 2.1.6RC1 beta beta 2005-04-11 PHP License - Fixed bug #4047. - Fixed backward compatibility with PHP 4.x - Added PHP_AUTH_DIGEST support. 2.1.7 2.1.7 stable stable 2012-01-26 PHP License QA release Bug #7536 Package PEAR never included Doc Bug #7655 Suggested Adjustments to Documentation Bug #7784 Auth::start() changes session id Bug #16742 Please move tests/ to docs/ 2.1.8 2.1.8 stable stable 2012-01-29 PHP License Updated the version of PHP licence from 2.0.2 to 3.0.1.