-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathphp.ini
31 lines (24 loc) · 785 Bytes
/
php.ini
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
31
expose_php = off
memory_limit = 256M
short_open_tag = off
max_execution_time = 180
post_max_size = 64M
upload_max_filesize = 48M
max_input_time = 60
max_input_vars = 3000
date.timezone = UTC
; maximum memory that OPcache can use to store compiled PHP files
opcache.memory_consumption = 256
; maximum number of files that can be stored in the cache
opcache.max_accelerated_files = 20000
; maximum memory allocated to store the results
realpath_cache_size = 4096K
; save the results for one hour (3600 seconds)
realpath_cache_ttl = 3600
; in production we don't want to check file timestamps
opcache.validate_timestamps = 0
; Ensure worker stdout and stderr are sent to the main error log
catch_workers_output = yes
decorate_workers_output = no
; igbinary
apc.serializer=igbinary