-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPHP_Ini.txt
32 lines (28 loc) · 900 Bytes
/
PHP_Ini.txt
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
[XDebug]
zend_extension = "c:\xampp\php\ext\php_xdebug.dll"
xdebug.remote_autostart = 1
xdebug.profiler_append = 0
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "c:\xampp\tmp"
;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.remote_log = "c:\xampp\tmp\xdebug.txt"
xdebug.remote_port = 9000
xdebug.trace_output_dir = "c:\xampp\tmp"
;36000 = 10h
xdebug.remote_cookie_expire_time = 36000
[PHP8]
[XDebug]
zend_extension=xdebug
xdebug.mode=develop,debug
xdebug.start_with_request=yes
xdebug.remote_autostart = 1
xdebug.remote_enable = 1
xdebug.remote_log = "c:\xampp\tmp\xdebug.txt"
xdebug.client_host=127.0.0.1
xdebug.remote_port = 9000
xdebug.remote_cookie_expire_time = 36000
xdebug.profiler_output_dir = "c:\xampp\tmp"