Skip to content
Snippets Groups Projects
dev-php.ini 883 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 = On
    display_startup_errors = On
    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
    
    [xdebug]
    
    François Agneray's avatar
    François Agneray committed
    zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20210902/xdebug.so
    
    xdebug.mode=develop,debug
    
    François Agneray's avatar
    François Agneray committed
    xdebug.client_host=127.0.0.1
    xdebug.client_port="9003"
    
    François Agneray's avatar
    François Agneray committed
    
    [apc]
    extension=apcu.so