; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 2G
; Maximum execution time of each script, in seconds
; http://php.net/max-execution-time
; Note: This directive is hardcoded to 0 for the CLI SAPI
max_execution_time = 0
; Maximum size of POST data that PHP will accept.
; http://php.net/post-max-size
post_max_size = 2G
Wednesday, November 2, 2011
php.ini
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment