Reputation: 31
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?
Upvotes: 3
Views: 1624
Reputation: 1626
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.
Upvotes: 3