Directive | Global | Current | Recommended | Remark |
---|---|---|---|---|
error_reporting | 22519 | 24575 | 5111 | |
display_errors | 1 | 0 | ||
display_startup_errors | n/a | 0 | ||
log_errors | 1 | 1 | ||
error_log | error_log | error_log | ||
default_charset | UTF-8 | UTF-8 | UTF-8 | |
max_execution_time | 60 | 60 | The default is 30. | |
memory_limit | 512M | 512M | > post_max_size | |
post_max_size | 516M | 516M | > upload_max_filesize | |
upload_max_filesize | 512M | 512M | < post_max_size | |
max_input_vars | 1000 | 1000 | The default is 1000. | |
request_order | GP | GP | GP | |
variables_order | GPCS | GPCS | GPCS | |
date.timezone | UTC | UTC | UTC | |
mbstring.language | neutral | neutral | neutral | |
opcache.enable | 1 | 1 | 1 | |
opcache.enable_cli | 0 | 0 | 1 | |
opcache.jit | tracing | tracing | tracing | |
opcache.jit_buffer_size | 0 | 0 | 128 | Adjust with your free space of memory |
zend.assertions | -1 | -1 | -1 |