ZF-10563: WinCache Support
Description
Zend Framework does not currently implement WinCache support. I've enclosed a copy of the relevant files, edited or created to add WinCache support.
The implementation currently includes the same API handlers found for the current APC caching implementation.
WinCache.php is added to Zend/Cache/Backend.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2010-10-19T11:35:09.000+0000
I would love to include this. However, I need a few things first:
Thanks in advance!
Posted by Bruno CHALOPIN (bruno) on 2010-11-17T06:54:33.000+0000
As the implementation of the WinCache API is the same as the APC API, making a WincacheBackendTest.php from the ApcBackendTest.php file, replacing the Zend_Cache_Backend_Apc calls by Zend_Cache_Backend_Wincache calls, will probably do the trick (I am not quite familiar with these testings).
To make a test environment, you can easily install php on IIS with the "PHP Manager for IIS" on http://phpmanager.codeplex.com/documentation (fcgi mode and IIS >= 7). You'll need a NTS version of PHP and the wincache dll provided on http://sourceforge.net/projects/wincache/
Posted by Ralph Schindler (ralph) on 2011-03-01T06:35:15.000+0000
[~ezimuel] (Enrico Zimuel) completed this.
r23762, r23763, r23764 & r23765 in trunk and r23774 in release branch 1.11