Increase Post Size
Posted: Mon Jul 23, 2012 2:04 pm
I've posted the php.ini file but the Maximum Post Size (post_max_size) &
Maximum Upload Size (upload_max_filesize) are not in it. I have a Yellow exclamation point is on my page saying it's to low (currently at 8mb). The User Handbook says to edit the php.ini file, however it's not in here. Any ideas how to add these to and change them to 10mb?
Also Maximum Execution Time (max_execution_time).
Thanks. Version 1.10.3, php5.2
Maximum Upload Size (upload_max_filesize) are not in it. I have a Yellow exclamation point is on my page saying it's to low (currently at 8mb). The User Handbook says to edit the php.ini file, however it's not in here. Any ideas how to add these to and change them to 10mb?
Also Maximum Execution Time (max_execution_time).
Thanks. Version 1.10.3, php5.2
Code: Select all
register_globals = off
allow_url_fopen = off
expose_php = Off
max_input_time = 60
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.server.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
[Zend]
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so
rg_emulation=off