17 lines
529 B
INI
17 lines
529 B
INI
; For php.ini production
|
|
date.timezone = "Europe/Zurich"
|
|
memory_limit = 128M
|
|
; 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
|