File tree Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,5 @@ xhprof.output_dir = /tmp
18
18
extension =mongodb.so
19
19
20
20
[opcache]
21
- opcache.enable =1
22
- opcache.enable_cli =1
23
- opcache.memory_consumption =256
24
- opcache.interned_strings_buffer =16
25
- opcache.max_accelerated_files =20000
26
- opcache.max_wasted_percentage =5
27
- opcache.revalidate_freq = 0
28
- opcache.fast_shutdown = 1
29
- opcache.enable_file_override =1
21
+ opcache.enable =0
22
+ opcache.enable_cli =0
Original file line number Diff line number Diff line change @@ -22,15 +22,8 @@ session.use_cookies = 1
22
22
session.name = PHPSESSID
23
23
24
24
[opcache]
25
- opcache.enable =1
26
- opcache.enable_cli =1
27
- opcache.memory_consumption =256
28
- opcache.interned_strings_buffer =16
29
- opcache.max_accelerated_files =20000
30
- opcache.max_wasted_percentage =5
31
- opcache.revalidate_freq = 0
32
- opcache.fast_shutdown = 1
33
- opcache.enable_file_override =1
25
+ opcache.enable =0
26
+ opcache.enable_cli =0
34
27
35
28
[APC]
36
29
apc.enable_cli = " On"
You can’t perform that action at this time.
0 commit comments