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.
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报