1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | short_open_tag = On error_reporting = E_ALL & ~E_NOTICE display_errors = Off max_execution_time = 6000 memory_limit = 1024M post_max_size = 1024M upload_max_filesize = 5G ;might be unsufficient max_file_uploads = 200 allow_url_fopen = On date.timezone = "Europe/Paris" |