3

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?

Layke
  • 51,422
  • 11
  • 85
  • 111
Kevin
  • 31
  • 2

1 Answers1

3

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.

Emil
  • 7,220
  • 17
  • 76
  • 135
HenchHacker
  • 1,616
  • 1
  • 10
  • 16