Thursday 12 July 2012

PHP_Wincache - Wincache for PHP 5.4

** Update May 2014 **
Don't use wincache on IIS 7+.  I found that PHP on IIS runs faster without wincache, and when wincache is used it always causes php to seize up after a large number of requests and your server will stop responding.  PHP 5.5 has a built in op-code cache extension, so it's probably not worth using wincache any more.

Microsoft's official release of Wincache 1.3 for PHP 5.4 and 5.5 is now available on the Wincache home page: http://www.iis.net/download/wincacheforphp

Links: