dongxi6897 2018-04-05 03:11 采纳率: 0%
浏览 990

如何在xampp for windows中安装mcrypt php 7.2.3扩展?

我的PHP版本7.2.3和xampp包都没有mcrypt扩展。我想要启用它,但是phpinfo()中和php.ini文件中都没有提到它。

我已经从这个链接下载了 mcrypt:https://sourceforge.net/projects/mcrypt/ 文档,但是我不知道如何将它集成为 php 扩展。

  • 写回答

2条回答 默认 最新

  • dongnuo6310 2018-04-05 03:15
    关注

    You don't

    See http://php.net/manual/en/intro.mcrypt.php

    This feature was DEPRECATED in PHP 7.1.0, and REMOVED in PHP 7.2.0.

    Alternatives to this feature include:

    • Sodium (available as of PHP 7.2.0)
    • OpenSSL

    They didn't include this one

    • PHPSecLib

    But it's a third party library so I can't say I blame them, I've used it for some time and never heard anything bad about it yet.

    评论

报告相同问题?

悬赏问题

  • ¥100 Jenkins自动化部署—悬赏100元
  • ¥15 关于#python#的问题:求帮写python代码
  • ¥20 MATLAB画图图形出现上下震荡的线条
  • ¥15 关于#windows#的问题:怎么用WIN 11系统的电脑 克隆WIN NT3.51-4.0系统的硬盘
  • ¥15 perl MISA分析p3_in脚本出错
  • ¥15 k8s部署jupyterlab,jupyterlab保存不了文件
  • ¥15 ubuntu虚拟机打包apk错误
  • ¥199 rust编程架构设计的方案 有偿
  • ¥15 回答4f系统的像差计算
  • ¥15 java如何提取出pdf里的文字?