PHP memory limit and upload limit
To increase the PHP memory limit and upload limit, change these lines in PHP.ini
memory_limit = 256Mupload_max_filesize = 12Mpost_max_size = 13Mfile_uploads = Onmax_execution_time = 180
To increase the PHP memory limit and upload limit, change these lines in PHP.ini
memory_limit = 256Mupload_max_filesize = 12Mpost_max_size = 13Mfile_uploads = Onmax_execution_time = 180
Comments
Post a Comment