[php]代码库
; Maximum amount of <span style="color: #000000; font-weight: bold;">time</span> each script may spend parsing request data. It<span style="color: #ff0000;">'s a good
; idea to limit this time on productions servers in order to eliminate unexpectedly
; long running scripts.
; http://www.php.net/manual/en/info.configuration.php#ini.max-input-time
max_input_time = 60
; Maximum size of POST data that PHP will accept.
; http://www.php.net/manual/en/ini.core.php#ini.post-max-size
post_max_size = 10M
; Whether to allow HTTP file uploads.
; http://www.php.net/manual/en/ini.core.php#ini.file-uploads
file_uploads = On
; Maximum allowed size for uploaded files.
; http://www.php.net/manual/en/ini.core.php#ini.upload-max-filesize
upload_max_filesize = 10M</span>