WinCache

Windows Cache Extension for PHP


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 file system cache and relative path cache. In addition the extension provides cache API's and a PHP session handler.

License: BSD License

This package is not maintained anymore and has been superseded. Package has moved to channel https://sourceforge.net/projects/wincache/

Latest releases

Version Release Download
2.0.0.8 2016-11-09 WINCACHE-2.0.0.8.tgz
2.0.0.7 2016-06-21 WINCACHE-2.0.0.7.tgz
2.0.0.6 2016-02-18 WINCACHE-2.0.0.6.tgz
2.0.0.5 2016-01-26 WINCACHE-2.0.0.5.tgz
2.0.0.4 2016-01-06 WINCACHE-2.0.0.4.tgz
Show all releases

Changelog

Version Message
2.0.0.8 2.0.0.8:
- Revert "Global\" prefix for named objects. It breaks IIS Express.
- Improve tracing by adding thread ID to debug trace logs
2.0.0.7 2.0.0.7:
- choose better user cache table size at startup
- improve detection of wincache segment corruption during allocate_memory
2.0.0.6 2.0.0.6:
- Fix bug 71580 session_regenerate_id(): Failed to create(read) session
- Code cleanup in file change notification
- Ignore change notifications for new files, since they won't exist in the file cache
2.0.0.5 2.0.0.5:
- Fix array refcount for user and session caches
- Fix string refcount for array keys
- Fix IS_REFERENCE zvals passed to wincache_ucache_[inc|dec] functions
- Minor bug fixes and tweaks
2.0.0.4 2.0.0.4:
- Fix array refcount for user and session caches
- Fix string refcount for array keys
- Minor bug fixes and tweaks
Show complete changelog