Xampp 1.6.1 for Windows 上的 APC 扩展出现问题

发布于 2024-11-08 15:16:46 字数 344 浏览 0 评论 0原文


我已经阅读了 stackoverflow 上有关此类问题的主题,但没有一个为我的问题提供解决方案。
我已经在 Windows 7 32 位上安装了 Xampp 1.6.1(我知道它有点旧,但我不得不安装)。然后,我从 http://downloads.php.net/pierre/ 下载了 APC 库。然后,我复制到 xampp/php/ext 目录并向 php.info extension=php_apc.dll 添加一行。
phpinfo() 不显示 APC 已安装。我该如何解决这个问题?

I've read the topics from stackoverflow about this kind of problem, but none them brought me a solution for my problem.
I have installed Xampp 1.6.1 (I know it's a bit old, but I had to) on Windows 7 32bit. Then, I downloaded APC library from http://downloads.php.net/pierre/. Then, I copied into xampp/php/ext directory and added a line to php.info extension=php_apc.dll.
phpinfo() doesn't show that APC is installed. How can I solve the problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

久光 2024-11-15 15:16:46

确保您下载的 dll 符合以下环境方面的要求:

  • 您的 PHP 版本,对于大多数扩展来说这很重要。
  • 您的 CPU 体系结构和 PHP 使用的体系结构(例如,是否使用 64 位)
  • 编译 PHP 的 Visual C 版本应该与编译 dll 的版本相匹配。

如果您找不到合适的二进制文件,您可能需要自己构建一个。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文