[Erledigt] Can't install PHP APC on Windows 7 x64 I've installed "WampServer2.1d-x64" on a new Notebook "Windows 7 Pro 64 Bit". For a symfony project i need to install apc.dll.
WampServer was bundled:
- Apache 2.2.17
- MySQL 5.1.53
- PHP 5.3.4
- PHPMyAdmin 3.2.0.1
- SqlBuddy 1.3.2
what i've done:
- install wampserver with default settings on c:\wamp
- download apc
- copy apc.dll to the extension directory
- add extension=php_apc.dll to php.ini
- activate php_apc in php extensions
- restart all services
- control over phpinfo()
result: phpinfo() don't show any apc
apache_error.log:
PHP Startup: Unable to load dynamic library 'C:/Wamp/bin/php/php5.3.4/ext/php_apc.dll' - %1 is not a valid Win32 application
I tried all versions from [downloads.php.net], nothing has worked. Everytime the same error. I guess the problem is, that they all are x86. But i can't find a version for x64.
in the hope that someone can help me
Noranti |