Fatal error: Maximum execution time of 30 seconds exceeded in C:phpStudyPHPTutorialWWWfastdatavsystemdatabasedriversmysqlimysqli_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:phpStudyPHPTutorialWWWfastdatavapplicationcontrollersChkUrl.php on line 76
ini_set("memory_limit","-1");