| Directive | Global | Current | Recommended | Remark |
|---|---|---|---|---|
| error_reporting | 32759 | 32767 | 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 | 30 | 30 | The default is 30. | |
| memory_limit | 128M | 128M | > post_max_size | |
| post_max_size | 74M | 74M | > upload_max_filesize | |
| upload_max_filesize | 64M | 64M | < 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 | 0 | Enable when you are using queues or running repetitive CLI tasks |
| opcache.jit | tracing | tracing | tracing | |
| opcache.jit_buffer_size | 0 | 0 | 128 | Adjust with your free space of memory |
| zend.assertions | -1 | -1 | -1 |