X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fphp5%2Ffpm%2Fphp.ini;h=80d508fc640cf0600a1be9354d5e79c76b4e9ee0;hb=HEAD;hp=40bfe374e8993dab4e7806a53e9b927e90d6a6b8;hpb=55f6f85b5fcb41c871db81d6287b5ff6a52ce062;p=lhc%2Fateliers.git diff --git a/etc/php5/fpm/php.ini b/etc/php5/fpm/php.ini index 40bfe37..80d508f 100644 --- a/etc/php5/fpm/php.ini +++ b/etc/php5/fpm/php.ini @@ -95,6 +95,14 @@ mysqli.reconnect = Off [mysqlnd] mysqlnd.collect_memory_statistics = Off mysqlnd.collect_statistics = On +[opcache] +opcache.enable = 1 +opcache.enable_cli = 1 +opcache.interned_strings_buffer = 8 +opcache.max_accelerated_files = 10000 +opcache.memory_consumption = 128 +opcache.save_comments = 1 +opcache.revalidate_freq = 1 [ODBC] odbc.allow_persistent = On odbc.check_persistent = On @@ -107,6 +115,7 @@ odbc.max_persistent = -1 allow_url_fopen = Off ; DEFAULT: On allow_url_include = Off +always_populate_raw_post_data= -1 asp_tags = Off auto_append_file = auto_globals_jit = On @@ -119,7 +128,7 @@ default_socket_timeout = 30 ; DEFAULT: 60 disable_classes = disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, -display_errors = On +display_errors = Off display_startup_errors = Off doc_root = enable_dl = Off