Update php.ini

This commit is contained in:
tschettervictor
2024-10-14 07:00:40 -06:00
committed by GitHub
parent c54f606220
commit 4acf4ec8f8

View File

@@ -442,7 +442,7 @@ max_input_time = 60
; Maximum amount of memory a script may consume
; https://php.net/memory-limit
memory_limit = 128M
memory_limit = 256M
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Error handling and logging ;
@@ -710,7 +710,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 = 8M
post_max_size = 48M
; Automatically add files before PHP document.
; https://php.net/auto-prepend-file
@@ -862,7 +862,7 @@ file_uploads = On
; Maximum allowed size for uploaded files.
; https://php.net/upload-max-filesize
upload_max_filesize = 2M
upload_max_filesize = 32M
; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20