Content deleted Content added
GoingBatty (talk | contribs) m General fixes and manual cleanup, typo(s) fixed: , → , (2) |
|||
Line 1:
{{
This is a '''list of [[PHP accelerator]]s'''.
== Alternative PHP Cache (APC) ==
'''Alternative PHP Cache''' is a [[
It has been used at Facebook and has a mature codebase thanks to numerous contributors, including Facebook itself.<ref>{{cite web|url=http://blog.facebook.com/blog.php?post=2356432130 |title=PHP and Facebook |publisher=Blog.facebook.com |date= |accessdate=2014-02-14}}</ref>
Line 95:
A free, open source (New [[BSD License]]), PHP accelerator developed by Microsoft for PHP under Windows. The extension includes PHP opcode cache, file cache, resolve file path cache, object/session cache, file change notifications and lock/unlock API's. Combination of all these caches results in significant performance improvements for PHP applications hosted on Windows. The extension is primarily used with [[Internet Information Services]] and non-thread-safe build of PHP via [[FastCGI]] protocol.
* ''Website:'' http://www.iis.net/expand/WinCacheForPHP
* ''PHP version:'' works with PHP 5.2 (VC6 NTS), 5.3 (VC9 NTS), 5.4 (VC9 NTS)
* ''Latest stable version:'' 2.0.0.8 (2016-11-09)
* ''Status:'' released, actively developed.
* ''Download link (source):'' http://pecl.php.net/package/WinCache
* ''Download link (binary):'' http://www.iis.net/expand/WinCacheForPhp
* ''Help and API
== Comparison of features ==
|