File: //etc/cl.selector.conf.d/global_php.ini
; This file provides global settings for php.ini of all alt-php packages
; The structure of this file:
; option = value
; To confirm changes please run:
; /usr/sbin/cagefsctl --setup-cl-selector
[Global PHP Settings]
cgi.fix_pathinfo=Off
allow_url_fopen=On
allow_url_include=On
expose_php = Off
register_globals=Off
max_input_vars=10000
;magic_quotes_gpc=On
display_errors=off
log_errors=Off
disable_functions = exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
mail.add_x_header=On
opcache.revalidate_freq=0
opcache.max_accelerated_files=200000
opcache.memory_consumption=256
opcache.enable_file_override=On
;always_populate_raw_post_data=-1
upload_max_filesize=64M
memory_limit=512M
date.timezone=Europe/Moscow
;mbstring.func_overload=2
;mbstring.internal_encoding=UTF-8mysqli.allow_local_infile = Off
mysqli.allow_local_infile = Off
short_open_tag = On