| PEAR Announce 2008-02-06, 7:09 pm |
| The new PEAR package HTTP_Session2-0.7.0 (beta) has been released at http://pear.php.net/.
Release notes
-------------
- new Memcache container
- many smaller fixes for the containers (in respect to future drivers)
(This is a please-help-test-release. :-))
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.7.0
Download: http://download.pear.php.net/packag...sion2-0.7.0.tgz
Authors
-------
Till Klampaeckel (lead)
Marco Kaiser (developer)
|