2016-03-12T15:40:45.717762Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
请求页面时候报错 file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known , 找了很久都说是找不到DNS服务器,要修改apache配置之类的,最后加上一句set_time_limit(0);就好了。