修改php.ini文件
max_execution_time = 30000 ; Maximum execution time of each script, in seconds(30s)
max_input_time = 60000 ; Maximum amount of time each script may spend parsing request data(60s)
memory_limit = 1024M ; Maximum amount of memory a script may consume (8MB)
post_max_size = 1024M ; Maximum size of POST data that PHP will accept.(8MB)
upload_max_filesize = 1024M ; Maximum allowed size for uploaded files.(2MB)
沒有留言:
張貼留言