Appserv mcrypt 与 Windows 7

发布于 2024-10-17 03:48:27 字数 156 浏览 5 评论 0原文

我已经取消了 php.ini 中的注释 我已经将 libmcrypt.dll 放入 system32/ 我已经检查了 appserv/php5/ext/ 包含 php_mcrypt.dll 我已经重启电脑很多次了 我正在使用 PC

,但仍然无法加载

任何解决方案?

i have already uncomment in php.ini
i have already put the libmcrypt.dll in system32/
i have already check the appserv/php5/ext/ contains php_mcrypt.dll
i have already restart PC many time
and im using PC

but still cant load it

any solution??

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

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

发布评论

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

评论(3

回忆躺在深渊里 2024-10-24 03:48:27
  1. 打开 php.ini 文件,即 C:\Windows\php.ini,并将 ;extension=php_mcrypt.dll 更改为 extension=php_mcrypt .dll(只需从行的开头删除 ;)。

  2. 将文件 C:\AppServ\php5\libmcrypt.dll 复制到文件夹 C:\AppServ\Apache2.2

  3. 重新启动 Apache。

  1. Open your php.ini file, which is C:\Windows\php.ini, and change ;extension=php_mcrypt.dll to extension=php_mcrypt.dll (just removing the ; from the beginning of the line).

  2. Copy the file C:\AppServ\php5\libmcrypt.dll to folder C:\AppServ\Apache2.2.

  3. Restart Apache.

孤独陪着我 2024-10-24 03:48:27

尝试将 libmcrypt.dll 放在 C:/windows/ 而不是 system32/

try to put your libmcrypt.dll at C:/windows/ not system32/

酸甜透明夹心 2024-10-24 03:48:27

无需复制这些 system32windows 文件夹。除了在 php.ini 中启用扩展之外,您只需将 {Your-PHP-Root}\libmcrypt.dll 复制到 {Your-Apache-Root} \bin,然后重新启动apache,问题应该就解决了。

No need to copy those system32 or windows folders. Besides enable the extension in php.ini, you only need to copy {Your-PHP-Root}\libmcrypt.dll to {Your-Apache-Root}\bin, then restart apache, the problem should be solved.

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