-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphp.ini
More file actions
32 lines (27 loc) · 748 Bytes
/
php.ini
File metadata and controls
32 lines (27 loc) · 748 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
31
32
max_input_vars = 2000
expose_php = 0
upload_max_filesize= 64M
post_max_size = 64M
max_execution_time = 300
date.timezone = America/Sao_Paulo
memory_limit=512M
;mail configuration
sendmail_path = "/usr/bin/msmtp --logfile /var/log/msmtp.log -a mailserver -t"
;errors configuration
display_errors = on
error_log = /var/log/dev-localhost.log
log_errors = on
[xdebug]
xdebug.profiler_enable=1
xdebug.profiler_enable_trigger=1
xdebug.profiler_output_dir=/limbo/xprofiler/
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.extended_info=1
xdebug.auto_trace=1
xdebug.profiler_output_name=cachegrind.out.%t.%p
xdebug.profiler_enable_trigger_value=x
; ?XDEBUG_PROFILE=x