| Current Path : /etc/cl.selector.conf.d/ |
| Current 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 (not affecting "date.timezone" and "error_log" options) please run: ; /usr/sbin/cagefsctl --setup-cl-selector ; To confirm changes (including "date.timezone" and "error_log" options) please run: ; /usr/bin/selectorctl --apply-global-php-ini ; or ; /usr/sbin/cagefsctl --apply-global-php-ini ; If you don't want to change error_log, but want to change date.timezone, you can execute ; selectorctl --apply-global-php-ini date.timezone ; Similarly, command ; selectorctl --apply-global-php-ini error_log ; applies error_log and all other options specified in /etc/cl.selector/global_php.ini file, except date.timezone. ; So, you can specify 0, 1 or 2 parameters from the list: error_log, date.timezone ; using --apply-global-php-ini without arguments applies all global php options including two above ; Example: ; selectorctl --apply-global-php-ini error_log ; selectorctl --apply-global-php-ini date.timezone ; selectorctl --apply-global-php-ini date.timezone error_log ; The latter command has the same effect as /usr/bin/selectorctl --apply-global-php-ini [Global PHP Settings] disable_functions = "exec,passthru,system,popen,proc_open,shell_exec,escapeshellmd,escapeshellarg,posix_getpwuid,pcntl_exec,pcntl_waitpid,pcntl_fork,python_eval" zlib.output_compression = Off implicit_flush = Off safe_mode = Off expose_php = On max_execution_time = 3000 max_input_time = 6000 memory_limit = 2048M max_input_vars = 10000 error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED display_errors = Off display_startup_errors = Off error_log = log_errors = On post_max_size = 128M upload_max_filesize = 128M magic_quotes_runtime = Off magic_quotes_gpc = Off register_globals = Off register_long_arrays = Off register_argc_argv = Off file_uploads = On allow_url_fopen = Off allow_url_include = Off date.timezone = Europe/Istanbul pcre.recursion_limit=1000000 mysql.allow_persistent = On mysql.max_persistent = -1 mysql.max_links = -1 pcre.backtrack_limit = 1000000 pcre.recursion_limit = 100000 realpath_cache_size=10M realpath_cache_ttl=86400