| PEAR Announce 2008-02-20, 7:09 pm |
| The new PEAR package HTTP_Session2-0.7.1 (beta) has been released at http://pear.php.net/.
Release notes
-------------
Thanks to the people who reported those bugs:
* Fix Bug #12701: setExpire() bug + documentation problem
* Fix Bug #13084: Idle property and Expiry property don't work
* Fix Bug #13126: Class method visibility
* Fix Bug #13127: The given dsn was not valid for MDB2
Package Info
------------
PHP5 Object-oriented interface to the session_* family functions it provides extra features such as database storage for session data using DB/MDB2 packages.
Supported containers are PEAR::DB, PEAR::MDB2 and Memcache.
HTTP_Session2 introduces new methods such as isNew(), useCookies(), setExpire(), setIdle(), isExpired(), isIdled() and more.
Related Links
-------------
Package home: http://pear.php.net/package/HTTP_Session2
Changelog: http://pear.php.net/package/HTTP_Se.../download/0.7.1
Download: http://download.pear.php.net/packag...sion2-0.7.1.tgz
Authors
-------
Till Klampaeckel (lead)
Marco Kaiser (developer)
|