Fatal error: Maximum execution time of 30 seconds exceeded in


Fatal error: Maximum execution time of 30 seconds exceeded in C:\phpStudy\PHPTutorial\WWW\fastdatav\system\database\drivers\mysqli\mysqli_driver.php on line 305

Fatal error: Maximum execution time of 30 seconds exceeded in 

 

 

date_default_timezone_set("Asia/Shanghai");
ini_set('max_execution_time', 300); //300 seconds = 5 minutes


执行时间
内存限制

Fatal error
: Allowed memory size of 134217728 bytes exhausted (tried to allocate 37 bytes) in C:\phpStudy\PHPTutorial\WWW\fastdatav\application\controllers\ChkUrl.php on line 76

ini_set("memory_limit","-1");
posted @ 2018-01-15 09:38  papering  阅读(420)  评论(0编辑  收藏  举报