2. PHP 配置文件 ...... ; Maximum execution time of each script, in seconds ; ; Note: This directive is hardcoded to 0 for the CLI SAPI max_execution_time = 0
...... [Data Handling] ; Maximum size of POST data that PHP will accept. ; post_max_size = 100M
...... [File Uploads] ; Maximum allowed size for uploaded files upload_max_filesize = 100M