diff --git a/build/test/php.ini b/build/test/php.ini index fc7a0ac..bc15ffc 100644 --- a/build/test/php.ini +++ b/build/test/php.ini @@ -700,7 +700,7 @@ auto_globals_jit = On ; Its value may be 0 to disable the limit. It is ignored if POST data reading ; is disabled through enable_post_data_reading. ; https://php.net/post-max-size -post_max_size = 200M +post_max_size = 600M ; Automatically add files before PHP document. ; https://php.net/auto-prepend-file @@ -852,7 +852,7 @@ file_uploads = On ; Maximum allowed size for uploaded files. ; https://php.net/upload-max-filesize -upload_max_filesize = 200M +upload_max_filesize = 600M ; Maximum number of files that can be uploaded via a single request max_file_uploads = 20