drplww2505 2015-07-31 13:49
浏览 68
已采纳

MacOS Yosemite Apache需要Mcrypt PHP扩展

When running a php command in terminal I keep getting "Mcrypt PHP extension required." I have installed Mcrypt using the instructions here and phpinfo does show that it is enabled (Version: 2.5.8, Api No: 20021217). How can I get this to work to stop PHP from erroring?

  • 写回答

1条回答 默认 最新

  • dongzhaiqiang6108 2015-07-31 14:18
    关注

    Judging by the linked instructions, you've probably enabled the extension only for the SAPI used by Apache.

    There's usually a separate config file (/etc/php-cli.ini or something like that), which also has to be modified for CLI to load the extension.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?