Merge branch 'PHP-8.2'

This commit is contained in:
Jakub Zelenka 2023-02-17 13:22:23 +00:00
commit f2daaeab1e
No known key found for this signature in database
GPG key ID: 1C0779DC5C0A9DE4
2 changed files with 10 additions and 0 deletions

View file

@ -433,6 +433,11 @@ max_input_time = 60
; How many GET/POST/COOKIE input variables may be accepted
;max_input_vars = 1000
; How many multipart body parts (combined input variable and file uploads) may
; be accepted.
; Default Value: -1 (Sum of max_input_vars and max_file_uploads)
;max_multipart_body_parts = 1500
; Maximum amount of memory a script may consume
; https://php.net/memory-limit
memory_limit = 128M

View file

@ -435,6 +435,11 @@ max_input_time = 60
; How many GET/POST/COOKIE input variables may be accepted
;max_input_vars = 1000
; How many multipart body parts (combined input variable and file uploads) may
; be accepted.
; Default Value: -1 (Sum of max_input_vars and max_file_uploads)
;max_multipart_body_parts = 1500
; Maximum amount of memory a script may consume
; https://php.net/memory-limit
memory_limit = 128M