Skip to content
Snippets Groups Projects
php.ini 990 B
Newer Older
  • Learn to ignore specific revisions
  • François Agneray's avatar
    François Agneray committed
    short_open_tag = Off
    date.timezone = Europe/Paris
    safe_mode = Off
    expose_php = Off
    memory_limit = 512M
    upload_max_filesize = 16M
    post_max_size = 16M
    display_errors = Off
    display_startup_errors = Off
    disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signasignal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source
    max_execution_time = 30
    max_input_time = 60
    
    # Opcode cache options
    opcache.enable = 1
    opcache.memory_consumption = 128
    opcache.interned_strings_buffer=8
    opcache.revalidate_freq = 0
    opcache.validate_timestamps=0
    opcache.max_accelerated_files=32531
    opcache.save_comments=1
    
    realpath_cache_size = 4096k
    realpath_cache_ttl = 7200
    
    extension=apcu.so