Problem with APC Extension on Xampp 1.6.1 for Windows
extension=php_apc.dll
.
phpinfo() doesn't show that APC is installed. How can I solve the problem?Make sure your downloaded dll matches the following environmental aspects:
- Your PHP version, for most extensions this is important.
- Your CPU architecture and the architecture that PHP uses (e.g. whether or not 64 bits is used)
- The Visual C version that your PHP was compiled with, should match the version that the dll is compiled with.
If you can't find a suitable binary, you might need to build one yourself.
精彩评论