-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphp.ini
More file actions
30 lines (27 loc) · 675 Bytes
/
Copy pathphp.ini
File metadata and controls
30 lines (27 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
memory_limit=-1
auto_detect_line_endings=1
[ffi]
ffi.enable=preload
[opcache]
zend_extension=opcache.so
opcache.enable=1
opcache.enable_cli=1
opcache.protect_memory=1
opcache.memory_consumption=512
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.validate_timestamps = 1
opcache.revalidate_freq=60
opcache.fast_shutdown=0
opcache.use_cwd = 1
opcache.jit_buffer_size = 256M
opcache.jit = 1255
opcache.jit_max_root_traces = 1255
opcache.jit_hot_loop = 1
opcache.jit_hot_func = 1
opcache.file_cache='/home/ghost/log/opcache/';
opcache.preload=preload.php
cli_server.color = 1
enable_dl = 1
display_errors = on
error_reporting = E_ALL & ~E_NOTICE