X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fphp5%2Ffpm%2Fphp.ini;h=9f3259702db9dde5396ecb5efa82630ae6b232ca;hp=6e1ddfcccb0c3461de1bac796cac4a7faab5bdc7;hb=de0435e3d96f9205fd7a27809d2004d5737469fa;hpb=c14dd0458cd29538d1dad7b63d39a16f08643f99 diff --git a/etc/php5/fpm/php.ini b/etc/php5/fpm/php.ini index 6e1ddfc..9f32597 100644 --- a/etc/php5/fpm/php.ini +++ b/etc/php5/fpm/php.ini @@ -104,16 +104,19 @@ odbc.max_persistent = -1 [OCI8] [PHP] allow_url_fopen = Off -allow_url_fopen = Off ; DEFAULT: On +allow_url_fopen = Off +; DEFAULT: On allow_url_include = Off asp_tags = Off auto_append_file = auto_globals_jit = On auto_prepend_file = -default_charset = "UTF-8" ; DEFAULT: +default_charset = "UTF-8" +; DEFAULT: default_mimetype = "text/html" default_socket_timeout = 30 -default_socket_timeout = 30 ; DEFAULT: 60 +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 = Off @@ -122,6 +125,7 @@ doc_root = enable_dl = Off engine = On error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT +error_log = syslog expose_php = On file_uploads = On html_errors = On @@ -135,18 +139,22 @@ max_execution_time = 30 max_file_uploads = 20 max_input_time = 60 memory_limit = 128M -mysql.allow_persistent = Off ; DEFAULT: +mysql.allow_persistent = Off +; DEFAULT: output_buffering = 4096 -post_max_size = 15M ; DEFAULT: 8M +post_max_size = 15M +; DEFAULT: 8M precision = 14 register_argc_argv = Off report_memleaks = On request_order = "GP" serialize_precision = 17 -short_open_tag = Off ; DEFAULT: On +short_open_tag = Off +; DEFAULT: On track_errors = Off unserialize_callback_func = -upload_max_filesize = 20M ; DEFAULT: 2M +upload_max_filesize = 20M +; DEFAULT: 2M user_dir = variables_order = "GPCS" zend.enable_gc = On