Skip to content
Snippets Groups Projects
main.yml 788 B
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
    php_needs_oci8: false
    php_conf_dir: 'conf.d'
    php_allow_call_time_pass_reference: 'on'
    php_max_execution_time: '30'
    php_max_input_vars: '1000'
    php_memory_limit: '32M'
    php_display_errors: 'Off'
    php_display_startup_errors: 'Off'
    php_error_reporting: 'E_ALL & ~E_NOTICE'
    php_filter_default: 'unsafe_raw'
    php_html_errors: 'Off'
    php_log_errors: 'On'
    php_magic_quotes_gpc: 'On'
    php_post_max_size: '32M'
    php_upload_max_filesize: '2M'
    php_date_timezone: 'Europe/Berlin'
    php_register_globals: 'Off'
    php_register_long_arrays: 'On'
    php_session_cookie_lifetime: '0'
    php_session_gc_divisor: '1000'
    php_session_gc_maxlifetime: '1440'
    php_session_cache_expire: '180'
    php_expose_php: 'Off'
    php_browscap: false
    
    # apc.ini
    apc_rfc1867: '1'
    apc_shm_size: '256M'
    apc_shm_segments: '1'
    apc_num_files_hint: '0'