max_execution_time = 30 ;Maximum execution time of each script, in seconds
max_input_time = 60 ;Maximum amount of time each script may spend parsing request data
memory_limit = 16M ;Maximum amount of memory a script may consume (16MB)
file_uploads = On ;Whether to allow HTTP file uploads.
;upload_tmp_dir = ;Temporary directory for HTTP uploaded files (will use system default if not specified).
upload_max_filesize = 10M ;Maximum allowed size for uploaded files.
There's nothing really special...