PHP memory limit and upload limit
To increase the PHP memory limit and upload limit, change these lines in PHP.ini
memory_limit = 256M
upload_max_filesize = 12M
post_max_size = 13M
file_uploads = On
max_execution_time = 180
To increase the PHP memory limit and upload limit, change these lines in PHP.ini
memory_limit = 256M
upload_max_filesize = 12M
post_max_size = 13M
file_uploads = On
max_execution_time = 180
Comments
Post a Comment