2024-11-23 18:43:03 +01:00

22 lines
641 B
INI

; For php.ini production
date.timezone = "Europe/Zurich"
memory_limit = 2G
post_max_size = 32M
upload_max_filesize = 16M
max_execution_time = 30
max_input_time = 60
output_buffering = 4096
; This is the php.ini-production INI file.
zend.exception_ignore_args = On
; In production, it is recommended to set this to 0 to reduce the output
; of sensitive information in stack traces.
zend.exception_string_param_max_len = 0
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
display_errors = Off
display_startup_errors = Off
mysqlnd.collect_memory_statistics = Off
log_errors = On
error_log = /dev/stderr
zend.assertions = -1
expose_php = Off