I used to have my server setup so that it would include local php.ini files that include settings such as:
upload_max_filesize = 25M;
post_max_size = 26M;
max_execution_time = 3600;
max_input_time = 3600;
memory_limit = 26M;
I've recently moved to a new server and these files no longer apply there settings in the directories.
I have checked the file permissions and these are all correct so I'm not sure what the issue is?
upload_max_filesize = 25M;
post_max_size = 26M;
max_execution_time = 3600;
max_input_time = 3600;
memory_limit = 26M;
I've recently moved to a new server and these files no longer apply there settings in the directories.
I have checked the file permissions and these are all correct so I'm not sure what the issue is?