PHP APC on Windows server 2008 (PHP 5.4.3 - x64)

1.6k Views Asked by At

Trying to install php apc:

Downloaded http://www.mediafire.com/?53jwxu6irk48ow1

Checked all the specs:

x64
Php 5.4.3
Thread safe

But apache still gives error:

PHP Startup: Unable to load dynamic library 'Z:/php_apc.dll'

Any advice? Searched google and stackoverflow but no solutions to be found?

1

There are 1 best solutions below

0
On

It's because apc wasn't compiled for the specific version of php you are using - i had this same problem last week! Ensuring the EXACT versions matched solved the problem.