| PEAR Announce 2007-12-12, 7:05 pm |
| The new PEAR package HTTP_Session2-0.6.1 (beta) has been released at http://pear.php.net/.
Release notes
-------------
- smaller fixes in phpcs (file names, etc.)
- small fixes in MDB2 container
- added more documentation inline
- changed license to The BSD License
Package Info
------------
PHP5 Object-oriented interface to the session_* family functions it
provides extra features such as database storage for session data using DB
package. Supported containers are PEAR::DB and PEAR::MDB2. It introduces
new methods like isNew(), useCookies(), setExpire(), setIdle(), isExpired(),
isIdled() and others.
Related Links
-------------
Package home: http://pear.php.net/package/HTTP_Session2
Changelog: http://pear.php.net/package/HTTP_Se.../download/0.6.1
Download: http://download.pear.php.net/packag...sion2-0.6.1.tgz
Authors
-------
Till Klampaeckel (lead)
Marco Kaiser (developer)
|