From: http://stackoverflow.com/questions/13944956/the-mysql-extension-is-deprecated-and-will-be-removed-in-the-future-use-mysqli
修改php.ini:
error_reporting = E_ALL ^ E_DEPRECATED
The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead [duplicate]
原文:http://www.cnblogs.com/joeblackzqq/p/5003620.html