最近装系统php5.5.16的版本出现问题:
在config.php上加上:
error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);
‘‘Strict Standards: Declaration of‘‘ php错误
原文:http://my.oschina.net/netmouse/blog/351962