The problem is that no binary I could find worked, the APC section never appears in the info display and the apc monitor states that APC is not running.
Is there a way to make APC + PHP + IIS work?
Thank you
|
feedback
|
|
You need a fitting libray. Be aware of the version number though. From your phpinfo() or php -i you can find out which version you need: There are three different factors:
php -i|grep VC Compiler => MSVC9 (Visual C++ 2008) Zend Extension Build => API220090626,TS,VC9 PHP Extension Build => API20090626,TS,VC9 I usually get them here (32bits): http://downloads.php.net/pierre/ or here (64bits): http://www.anindya.com/ | |||
|
feedback
|
|
In theory yes, but you will need, as you already know, a fitting binary. I think the problem is not so much IIS but rather windows in general - its also a pain to get an APC DLL working with Apache under windows. So in short: if you spend much time compiling it yourself, you might succeed, but I do not know anybody who actually succeeded. | |||
|
feedback
|