当试图将Kohana3应用程序加载到我的服务器上时,我被警告说mcrypt未启用。 我怎样才能在我的CentOS服务器上启用mcrypt?
我认为你的意思是mcrypt
yum install php-mcrypt
然后重新启动Apache
service httpd restart
php-mcrypt在EPEL中可用。