-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathphp-dev.ini
33 lines (26 loc) · 820 Bytes
/
php-dev.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
32
33
expose_php = off
memory_limit = 2048M
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 10 minutes (600 seconds)
realpath_cache_ttl = 600
; Ensure worker stdout and stderr are sent to the main error log
catch_workers_output = yes
decorate_workers_output = no
; igbinary
apc.serializer=igbinary
; Xdebug settings
xdebug.mode = coverage,debug
xdebug.start_with_request = yes
xdebug.client_host = host.docker.internal