cacert-devsetup/docker/php5-cacert.ini
2020-12-20 14:52:15 +01:00

21 lines
633 B
INI

;
; Additional settings for CAcert webdb application
;
safe_mode_allowed_env_vars = LC_ALL,LANG,LANGUAGE,PHP_
disable_functions = passthru
expose_php = Off
memory_limit = 18M
display_errors = Off
log_errors = On
error_log = /var/log/apache2/phperrors.log
sendmail_path = "/usr/sbin/sendmail -t -i -freturns@cacert.org"
session.use_only_cookies = On
session.cookie_secure = On
error_reporting = E_ALL
short_open_tag = On
; Starting with PHP 5.6, PHP's default character set is set to UTF-8.
; This is not what the current CAcert application code expects, so we
; overrrule it with the earlier default.
default_charset = "iso-8859-1"