[ANNOUNCEMENT] WINCACHE-1.1.0 (beta) Released.
[email protected] ("PECL Announce")
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
The new PECL package WINCACHE-1.1.0 (beta) has been released at http://pecl.php.net/.
Release notes
-------------
1.1.0-Beta release:
- Added wincache user cache which can be used to store php values in cache.
- Added wincache session handler. Now wincache user cache can be used to store session data.
- Made behavior of user cache functions handle arrays and other key types.\
- Fixed a bug in session handler to make it work for SugarCRM.
- Fixed inconsistencies in wincache_ucache APIs. Included session entries lookups in hit/miss counts.
- Updated the wincache.php page to show the informaiton about user and session cache.
Package Info
-------------
Windows Cache Extension for PHP is a PHP accelerator that is used to increase the speed of PHP applications running on Windows and Windows Server. Once the Windows Cache Extension for PHP is enabled and loaded by the PHP engine, PHP applications can take advantage of the functionality without any code modifications. The extension includes PHP opcode cache, file system cache and relative path cache.
Related Links
-------------
Package home: http://pecl.php.net/package/WINCACHE
Changelog: http://pecl.php.net/package-changelog.php?package=WINCACHE
Download: http://pecl.php.net/get/WINCACHE-1.1.0.tgz
Authors
-------------
Ruslan Yakushev (lead)
Venkat Raman Don (lead)
Kanwaljeet Singla (lead)