Ubuntu下的PHP开发环境架设
http://www.2cto.com/os/201209/154012.html
http://dsec.pku.edu.cn/~lyj/Programming/configure_php.html
缺少 mcrypt 扩展。请检查 PHP 配置。
在php.ini末尾添加一行即可
extension=php_mcrypt.dll