| PEAR Announce 2006-08-30, 9:58 pm |
| The new PEAR package Auth-1.3.2 (stable) has been released at http://pear.php.net/.
Release notes
-------------
* Fixed Bug #8524: Notice from attempting to perform string operation on what
might be an array in DB, DBLite, MDB and MDB2. Thanks to dozoyousan at gmail
dot com.
* Remove debug message from RADIUS Container when using CHAP_MD5 or MSCHAPv1
style passwords. Thanks to Stoyan Stefanov <ssttoo at gmail dot com> for
pointing out this 3yr old bug.
Package Info
-------------
The PEAR::Auth package provides methods for creating an authentication
system using PHP.
Currently it supports the following storage containers to read/write
the login data:
* All databases supported by the PEAR database layer
* All databases supported by the MDB database layer
* All databases supported by the MDB2 database layer
* Plaintext files
* LDAP servers
* POP3 servers
* IMAP servers
* vpopmail accounts
* RADIUS
* SAMBA password files
* SOAP
* PEAR website
Related Links
-------------
Package home: http://pear.php.net/package/Auth
Changelog: http://pear.php.net/package/Auth/download/1.3.2
Download: http://pear.php.net/get/Auth-1.3.2.tgz
Authors
-------------
Martin Jansen <mj@php.net> (lead)
James E. Flemer <jflemer@alum.rpi.edu> (developer)
Yavor Shahpasov <yavo@siava.org> (lead)
Adam Ashley <php@adamashley.name> (lead)
|